<html:form action="/UpdateUserQstMP"/> instead of <html:form
action="/UpdateUserQstMP">
this might help
martin
---------- Urspruengliche Nachricht ------------------------------
Von: "Raman" <[EMAIL PROTECTED]>
Antworten an: "Struts Users Mailing List" <[EMAIL PROTECTED]>
Datum: Thu, 15 Jan 2004 19:38:55 +0530
>I want to implement something like this:
>
>Conditional checks: for form submission to different Actions
>
>
><logic:equal value="MP" name="userQuestionaireForm" property="filterConstant">
><html:form action="/UpdateUserQstMP">
></logic:equal>
><logic:notEqual value="MP" name="userQuestionaireForm" property="filterConstant">
><html:form action="/UpdateUserQst">
></logic:notEqual>
>
>But this is giving me error [ServletException "Unterminated tag'"
>if i remove the logic tags it works fine.
>
>Can anybody help me in this or give me some idea...
>
>Thanks
>-- Raman
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]