Re: issue with logic:present on JDK 1.4.2

2005-10-21 Thread Shyam Anand
I figured that it's not a JDK issue and it is an application server issue. I use OC4J (Oracle IAS) and I'm upgrading from a version that supports JSP 1.1 to the one that is certified for JSP 1.2. So, could this be a JSP 1.1 - 1.2 compatibility issue? The JSP Compiler of the OC4J container doesn't

Re: issue with logic:present on JDK 1.4.2

2005-10-21 Thread Laurie Harper
You're checking whether userRequest exists as a session attribute, then trying to access it as a scripting variable. The one doesn't imply you can do the other. If you need to access userRequest from scriptlets, you'll need to use bean:define/ to create the scripting variable or lookup the

Re: issue with logic:present on JDK 1.4.2

2005-10-21 Thread Shyam Anand
Laurie, Thanks for your reply.I'm not sure if I understand you clearly.I have used bean:define inside the logic:present tag as seen in the code snippet.This is supposed to define a scripting variable named by the id attribute as described in the Struts docs: Create a new attribute (in the scope

Re: issue with logic:present on JDK 1.4.2

2005-10-19 Thread Dave Newton
Shyam Anand wrote: These don't seem to work with JDK 1.4.2 version. I'm running 1.4.2 w/o any JSTL issues. (Tomcat, WinXP, 1.4.2_08) Dave - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

Re: issue with logic:present on JDK 1.4.2

2005-10-19 Thread Shyam Anand
I have issues with struts-logic tags...I'm not using JSTL. Shyam --- Dave Newton [EMAIL PROTECTED] wrote: Shyam Anand wrote: These don't seem to work with JDK 1.4.2 version. I'm running 1.4.2 w/o any JSTL issues. (Tomcat, WinXP, 1.4.2_08) Dave

Re: issue with logic:present on JDK 1.4.2

2005-10-19 Thread Dave Newton
Shyam Anand wrote: I have issues with struts-logic tags...I'm not using JSTL. Whoops. I'm running 1.4.2 w/o any struts tag issues (including 'logic'). (Tomcat, WinXP, 1.4.2_08) Why not switch to JSTL anyway, though? Dave

RE: issue with logic:present on JDK 1.4.2

2005-10-19 Thread Adrian_Rios
] Sent: Wednesday, October 19, 2005 12:59 PM To: Struts Users Mailing List Subject: Re: issue with logic:present on JDK 1.4.2 I have issues with struts-logic tags...I'm not using JSTL. Shyam --- Dave Newton [EMAIL PROTECTED] wrote: Shyam Anand wrote: These don't seem to work with JDK 1.4.2