Is there any way to compare multiple properties to a value?
 
For example:
 
        <%-- Only show AND if employee number or department name was searched on --%>
         <strutslogic:notEqual name="resourceForm" property="resourceDO.jdeEmployeeNo, resourceDO.jdeDepartmentName" value="<%=""%>"> 

              AND
         </strutslogic:notEqual>
Thanks,
 
Matt

Reply via email to