RE: NotEqual Tag to compare multiple properties to a value

2001-07-04 Thread Niall Pemberton
n logic:else /logic:else /logic:if Niall -Original Message-From: Matt Raible [mailto:[EMAIL PROTECTED]]Sent: 03 July 2001 17:35To: Struts UserSubject: NotEqual Tag to compare multiple properties to a value Is it possible to use the notEqual tag to compare

NotEqual Tag

2001-07-03 Thread Matt Raible
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

NotEqual Tag to compare multiple properties to a value

2001-07-03 Thread Matt Raible
Is it possible to use the notEqual tag to compare multiple properties to a single value? I'd like to write code similar to the following logic:notEqual name="myForm" properties="property1,property2" value="" do something if either propertynot equal to &qu