Re: logic:equal tag always evaluates the body

2004-10-11 Thread Bill Siggelkow
Maybe when "sometimes" occurs, something in the first has modified the value of "returnValue"? If not, get out your handy-dandy debugger and enjoy! - Bill Siggelkow David Alcoba wrote: Hi, We've a very rare problem with our webapp. We've a webapp running under an iplanet 6 (jvm 1.2) and struts

logic:equal tag always evaluates the body

2004-10-09 Thread David Alcoba
Hi, We've a very rare problem with our webapp. We've a webapp running under an iplanet 6 (jvm 1.2) and struts 1.0 There's a simple jsp with a lot of logic:equal (they're not nested) and all of them eval the same attributed stored in the session. Something like this: ... ... ... This code wo