You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by walkrustin <wa...@yahoo.com> on 2004/04/01 21:30:43 UTC

Struts in Action: page:253

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: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org