Or you could use the JSTL conditional tag:

<c:if test="${condition1 AND condition2 AND condition3}>
    your html
</c:if>

-Sasha

On 10/29/03 09:43, "Jeff Kyser" <[EMAIL PROTECTED]> wrote:

> sure - just nest them.
> 
> On Wednesday, October 29, 2003, at 09:38  AM, [EMAIL PROTECTED]
> wrote:
> 
>> Hello,
>> 
>> I asked this before ->
>> Is it possible to have more than one condition using struts logic
>> tags...like
>> 
>> If A & B & C then {
>> do something.......
>> }
>> 
>> 
>> how to achieve this in the jsp using logic tags?
>> Please help....
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]


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

Reply via email to