I'm just curious about a design issue with Struts 1.1. The <html:link/> tag
has a "forward" attribute that lets you specify an entry from
struts-config.xml as the destination of the link. That way you aren't tied
to a particular action or a particular JSP/HTML page. Why isn't there a
similar attribute for <html:form/>? You have to directly specify the URI
(using the "action" attribute) instead of being able to specify a forward
mapping. It just seemed inconsistent to me.


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

Reply via email to