Here's a piece of code that I want to do.  However it gives a nested tag error as the closing </logic:equal> tag ends up inside the <html:form>. I basically want the form to do different actions based on the property "title".  Anyone know of a better way of doing the same thing?
 
<logic:equal name="supplierSearchBean" property="title"
            scope="request" value="Contractor">
  <html:form action="contractorSearch.do">
</logic:equal>
<logic:equal name="supplierSearchBean" property="title"
            scope="request" value="Supplier">
  <html:form action="supplierSearch.do">
</logic:equal>

Kyle Robinson
Systems Consultant
Pangaea Systems Inc.
(250) 360-0111

 

Reply via email to