Ted Husted wrote on page 253 that we can use FindForwardAction in the 
following manner.

<html:submit name="search">Search</html:submit>
<html:submit name="new">New</html:submit>

 <action    path="/userSearchFindForward"
               name="userSearchForm"
               type="org.apache.scaffold.FindForwardAction">
               <forward name="search" path="/userSearch" />
               <forward name="new" path="/newUserForward" />
    </action>


When I run this code, I get an error because "name" attribute is not 
supported in the "html:submit". I guess I am missing something here. 
Thanks for any insightful comment.

- walk rustin


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to