R: How to OR condition in JSP using Struts

2006-09-18 Thread Marcello Savino
Try something like this c:when test='${myVar == 1 or myVar2!=2}' /c:when Hih, marcello -Messaggio originale- Da: Hanmay Udgiri [mailto:[EMAIL PROTECTED] Inviato: domenica 17 settembre 2006 21.21 A: Struts Users Mailing List Oggetto: How to OR condition in JSP using Struts Hi I want

Re: R: How to OR condition in JSP using Struts

2006-09-18 Thread Balwinder
Marcello Savino wrote: Try something like this c:when test='${myVar == 1 or myVar2!=2}' /c:when Hih, marcello -Messaggio originale- Da: Hanmay Udgiri [mailto:[EMAIL PROTECTED] Inviato: domenica 17 settembre 2006 21.21 A: Struts Users Mailing List Oggetto: How to OR condition in