Problem with logic:equal and bean:define

2002-04-06 Thread res0s9j4
All, When I use the bean:define tag inside a logic:equal, why doesn't the scriptinh variable created stay in scope outside of the logic tags? What am I doing wrong? Code snippet below: Once outside of the logic tags, even out.print(myvar); results in null. Thanks, Steve -- To unsubscr

Problem with logic:equal and bean:define

2002-04-06 Thread stephen.chambers
All, When I use the bean:define tag inside a logic:equal, why doesn't the scriptinh variable created stay in scope outside of the logic tags? What am I doing wrong? Code snippet below: Once outside of the logic tags, even out.print(myvar); results in null. Thanks, Steve -- To u

Re: Problem with logic:equal and bean:define

2002-04-11 Thread Pawel Rzepa
Hi Stephen, If you are interested in why it is happening look at the .java file that is created by jsp compiler. I've spent some time doing it but eventually I had given up because there were too many lines of code to analyze. Nevertheless I'm sure there is an important reason :-). Despite I don

Re: Re: Problem with logic:equal and bean:define

2002-04-11 Thread stephen.chambers
e you using 1.0.2 or 1.1 b1? Stephen From: Pawel Rzepa <[EMAIL PROTECTED]> Date: 2002/04/11 Thu AM 02:38:45 CDT To: Struts Users Mailing List <[EMAIL PROTECTED]> Subject: Re: Problem with logic:equal and bean:define Hi Step