action « Form « JSF Q&A





1. JSF: Default action to execute when pressing enter in a form    stackoverflow.com

I've got a jsf 1.2 form with two buttons and several input fields. The first button discards the entered values and repopulates the page with values from a db, the second ...

2. How to define form action in JSF?    stackoverflow.com

In order to replace the default Spring security login form I came up with this solution:

<form name="f" action="../j_spring_security_check" method="POST" >
    <h:panelGrid columns="2">
       ...

3. Why is the form action path wrong?    coderanch.com

4. In JSF there is no form action    coderanch.com

6. Setting form action    coderanch.com

7. JSF, strange form action generated    coderanch.com