You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by gus <gu...@gmx.net> on 2002/09/15 18:42:30 UTC

html:form without bean?

Hi!

I'd like to have a lot of forms with a single button that should 
forward to another page. Do I really have to declare one ActionForm 
for every destination page to make this work?

   gus

jsp excerpt:
<html:form action="/test.do">
    <html:submit value="Test"/>
</html:form>

struts-config.xml excerpt:
<action path="/test"
   forward="/test.jsp">
</action>



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>