You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by "Canning, Chuck" <ch...@zilliant.com> on 2003/07/28 22:49:25 UTC

tag generation

Hi,

Let me restate a question that I asked earlier. I am really stumped on this
one and i can't move forward. I have an <html:form> tag with my action
defined. <html:form action="/myAction">. When the form is generated as html,
it has <form name="myForm" method="post" action="">. I have browsed the
source code and this doesn't seem possible. Is there anyone who might be
able to shed some light on this problem? Thanks.

Chuck

---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org


RE: tag generation

Posted by Alex Shneyderman <al...@law.columbia.edu>.
Show how you defined your ActionMapping for /myAction in
struts-config.xml

Also can you see any errors in your logs?

> -----Original Message-----
> From: Canning, Chuck [mailto:chuck.canning@zilliant.com]
> Sent: Monday, July 28, 2003 4:49 PM
> To: 'Struts Users Mailing List'
> Subject: <html:form> tag generation
> 
> Hi,
> 
> Let me restate a question that I asked earlier. I am really stumped on
> this
> one and i can't move forward. I have an <html:form> tag with my action
> defined. <html:form action="/myAction">. When the form is generated as
> html,
> it has <form name="myForm" method="post" action="">. I have browsed
the
> source code and this doesn't seem possible. Is there anyone who might
be
> able to shed some light on this problem? Thanks.
> 
> Chuck
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: struts-user-help@jakarta.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org