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

Reply via email to