I am not sure but just a guesss You are not closing the html:form tag and a html:form can't be embeded within another Just closing the tags should solve the problem.
Thanks, Satish -----Original Message----- From: sridhar ramalingam [mailto:[EMAIL PROTECTED] Sent: Friday, August 13, 2004 1:00 PM To: [EMAIL PROTECTED] Subject: Nested tags... 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 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]