I would like to make a button which navigates to a different URL and pass some request parameters through in the URL. The outputLink works but I would like a button, ...
I have a a4j:commandButton which is supposed to redirect me to an appropriate "Edit" page based on an Id, which I wanted to pass as a parameter, something like this:
Hi, I'm new to JSF and I'm having the following issue: I'm writing a page to add a new user to the database. This is what it is supposed to do: let the user fill in the fields, validate entered values and if no errors (by errors I understand wrong values in fields, i.e. a number in a name field, or ...