You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Ivan <mu...@gmx.de> on 2007/02/04 15:34:19 UTC

render output

Hi all,

is there a way to avoid that the <html:form >  action property is
rendered with the application name (e.g <html:form action="myAction.do">
--> <form action='/myApp/myAction'> ) ? 

What i need for a special case is that the output is <form
action='/myAction'>. 

If this is not possible , is it possible to use  the normal html-form
(<form>) tag and bind it to an actionForm ?

regards

ivan