I am new to location. I am wondering what the input variable means here. After some searches, the only convincing information was the following:
Input: the physical page (or other ActionMapping) to which the control should be redirected when validation errors exist in the form of a bean.
Is there any other use for the input parameter, except in the case of an error?
<action roles="somerole" path="some/path" type="some.java.class" name="somename" input="someInput" scope="request" validate="false" parameter="action"> <forward name="success" path="some/path"/> <forward name="download" path="/another/path"/> </action>
Charlotte
source share