Re: issue with 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 scop

Re: issue with 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 to create the scripting variable or lookup the bean in the sess

Re: issue with 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 on JDK 1.4.2

2005-10-19 Thread Adrian_Rios
CTED] Sent: Wednesday, October 19, 2005 12:59 PM To: Struts Users Mailing List Subject: Re: issue with 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 see

Re: issue with 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 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 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: [EMAI

issue with on JDK 1.4.2

2005-10-19 Thread Shyam Anand
Hi, I'm doing an upgrade from JDK 1.3.1 to JDK 1.4.2 for my Struts 1.1 applications. I have an issue with the tags. These don't seem to work with JDK 1.4.2 version. I'm using OC4J 9.0.4 as my application server. For the JSP code snippet shown below , I get an error message: quote: JspServlet: u