Re: if tag doesn't seem to work(Struts 2)

2007-03-27 Thread Darren Salomons
Yes thank you... I had confused it with the JSTL. Thanks joey-30 wrote: > > I thought it may be like this: > Hello World or > Hello World > > On 3/27/07, Darren Salomons <[EMAIL PROTECTED]> wrote: >> >> >> I don't know if this is a bug or if I'm doing something wrong but the if >> tag >> in

Re: if tag doesn't seem to work(Struts 2)

2007-03-27 Thread tom tom
try any of these, dont get confused with jstl, also be careful using % vs # Hello World Hello World let us know if further problem exists Thanks --- joey <[EMAIL PROTECTED]> wrote: > I thought it may be like this: > Hello World or > Hello World > > On 3/27/07, Darren Salomons > <[EMAIL PRO

Re: if tag doesn't seem to work(Struts 2)

2007-03-26 Thread joey
I thought it may be like this: Hello World or Hello World On 3/27/07, Darren Salomons <[EMAIL PROTECTED]> wrote: I don't know if this is a bug or if I'm doing something wrong but the if tag in Struts 2 always returns false for the first run and then if I hit refresh it gets the correct value.

if tag doesn't seem to work(Struts 2)

2007-03-26 Thread Darren Salomons
I don't know if this is a bug or if I'm doing something wrong but the if tag in Struts 2 always returns false for the first run and then if I hit refresh it gets the correct value. In my action class I have a method like this: getStatement() { return true; } And then in my jsp I do someth