Hi All, I'm trying to achieve the following... <logic:equal name="cdForm" property="action" scope="request" value="Search"> <html:form action="/displaySearchResult" focus="title"> </logic:equal> <logic:equal name="cdForm" property="action" scope="request" value="Edit"> <html:form action="/saveCd" focus="title"> </logic:equal> But, I'm getting this error... Unterminated user-defined tag: ending tag </html:form> not found or incorrectly nested
Please help me find a work around to this. Regards, Sridhar