I don't think you can. 
You can do this sort of thing with JSTL:

<c:if test="${a > b && b > c}">

</c:if>

robert

> -----Original Message-----
> From: Asim Ghosh [mailto:[EMAIL PROTECTED]
> Sent: Thursday, June 17, 2004 9:35 AM
> To: [EMAIL PROTECTED]
> Subject: how to implement && using <logic> tag in struts
> 
> 
> hello guys,
>  
>    how do i implement && and ||  using <logic:xxxxx> 
>  
> example
> i need to convert
>  <% if( a > b && b > c) {
>  
> } 
> %>
>  
> into struts <logic:xxxx> tag                                 
>  
> Asim
> 
> 
> 
> 
>               
> ---------------------------------
>  ALL-NEW Yahoo! Messenger - sooooo many all-new ways to express yourself 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to