That is funny, Andrew. But, I think the point he made is valid nonetheless. The user clearly wants to exhibit and code the logic in the view.

At 09:16 PM 12/5/2002 +0800, you wrote:
Where do you think tags get run?

-----Original Message-----
From: edgar [mailto:[EMAIL PROTECTED]]
Sent: Thursday, December 05, 2002 21:17
To: 'Struts Users Mailing List'
Subject: RE: if condition with "or"


When the logic is this complex, shouldn't it be in Java or is that
putting too much pressure on the server side?

-----Original Message-----
From: Mark [mailto:[EMAIL PROTECTED]]
Sent: Thursday, December 05, 2002 6:33 AM
To: 'Struts Users Mailing List'
Subject: Re: if condition with "or"


Can't you make a collection, iterate though the 'or' (||) values

Do something once and then breakout? Like a switch statement

Umm not something i've tried i'll get back to you after i've run some
tests.

Cheers mark

On 5-12-2002 12:13, "Jon.Ridgway" <[EMAIL PROTECTED]> wrote:

> Hi Jana,
>
> You might want to look at struts-el (JSTL expression language
> extension for struts). To implement with logic:eqal I think you would
> have to have three separate logic:equal blocks each containing the
> same jsp code, perhaps included.
>
> Jon Ridgway
>
>
> -----Original Message-----
> From: Jana Navaneethan [mailto:[EMAIL PROTECTED]]
> Sent: 04 December 2002 22:24
> To: Struts Users Mailing List
> Subject: if condition with "or"
>
> Hi,
>     I want to use <logic:equal> in my JSP to replace the following
> code.
>
> if  (count = 0 || count = 2 || count = 4)
> do something.....
>
> How to achieve this using <logic:equal> By the count is index value of

> the iterator i.e indexId.
>
> Thanks in advance,
> Jana.
>
>
>
> --
> To unsubscribe, e-mail:
> <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
> <mailto:[EMAIL PROTECTED]>
>
>
> The contents of this email are intended only for the named addressees
> and may contain confidential and/or privileged material. If received
> in error please contact UPCO on +44 (0) 113 201 0600 and then delete
> the entire e-mail from your system. Unauthorised review, distribution,

> disclosure or other use of this information could constitute a breach
> of confidence. Your co-operation in this matter is greatly
> appreciated.
>
> --
> To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
> <mailto:[EMAIL PROTECTED]>
>
>


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


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


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
Micael

-------------------------------------------------------

This electronic mail transmission and any accompanying documents contain information belonging to the sender which may be confidential and legally privileged. This information is intended only for the use of the individual or entity to whom this electronic mail transmission was sent as indicated above. If you are not the intended recipient, any disclosure, copying, distribution, or action taken in reliance on the contents of the information contained in this transmission is strictly prohibited. If you have received this transmission in error, please delete the message. Thank you


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

Reply via email to