Your form action should be firing up your action defined in your
struts-config.xml. 

I think stuts-config.xml is what you have to look at..

Cheers mark

On 5-12-2002 12:23, "Nandkumar Jawale" <[EMAIL PROTECTED]> wrote:

> Hi,
> 
> I am new to struts. Currently I am using struts 1.0.2. I am showing some
> settings for which I have a settings form to store the values and two
> actions. One to "edit" and one to "save". My JSP contains:
> <html:form action="/save.action">
> ...
> </html:form>
> 
> I find the html does not contain the action that I specified. What I get
> in html is:
> <form name="settingsForm" method="POST" action="">
> 
> Am I doing something wrong? Can't find any doc/link that addresses this
> problem. Please help!
> 
> Best Regards,
> Nandkumar Jawale
> 
> *********************************************************
> Disclaimer
> 
> This message (including any attachments) contains
> confidential information intended for a specific
> individual and purpose, and is protected by law.
> If you are not the intended recipient, you should
> delete this message and are hereby notified that
> any disclosure, copying, or distribution of this
> message, or the taking of any action based on it,
> is strictly prohibited.
> 
> *********************************************************
> Visit us at http://www.mahindrabt.com
> 
> 
> 
> 
> --
> To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
> 
> 


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

Reply via email to