Re: jsp Not able to Found action in xwork.xml
Rainer Hermanns <[email protected]>
| Newsgroups | gmane.comp.java.open-symphony.webwork |
|---|---|
| Message-ID | <7934602.1148883943399.JavaMail.os-j2ee@opensymphony01.managed.contegix.com> |
Is the above code really the code you have in your JSP?
Then you need to use the webwork tags for the form tag:
[code]
<ww:form action="VehicleInHandler" id="detail" method="post" title="VehicleForm">
....
</ww:form>
[/code]
hth,
Rainer
---------------------------------------------------------------------
Posted via Jive Forums
http://forums.opensymphony.com/thread.jspa?threadID=32392&messageID=63238#63238
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]