Re: more than one condition using logic tags...

2003-10-29 Thread VKeswani
Thanks all...




David Graham <[EMAIL PROTECTED]>
10/29/2003 10:06 AM
Please respond to "Struts Users Mailing List"

 
To: Struts Users Mailing List <[EMAIL PROTECTED]>
cc: 
    Subject:    Re: more than one condition using logic tags...



--- [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...
> } 

The JSTL provides this capability:


  do something


http://java.sun.com/products/jsp/jstl/

David

> 
> 
> how to achieve this in the jsp using logic tags?
> Please help


__
Do you Yahoo!?
Exclusive Video Premiere - Britney Spears
http://launch.yahoo.com/promos/britneyspears/

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





Re: more than one condition using logic tags...

2003-10-29 Thread David Graham

--- [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...
> } 

The JSTL provides this capability:


  do something


http://java.sun.com/products/jsp/jstl/

David

> 
> 
> how to achieve this in the jsp using logic tags?
> Please help


__
Do you Yahoo!?
Exclusive Video Premiere - Britney Spears
http://launch.yahoo.com/promos/britneyspears/

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



Re: more than one condition using logic tags...

2003-10-29 Thread Sasha Borodin
Or you could use the JSTL conditional tag:

 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]



Re: more than one condition using logic tags...

2003-10-29 Thread Jeff Kyser
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]


more than one condition using logic tags...

2003-10-29 Thread VKeswani
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