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
<logic:present> 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: unable to dispatch to requested page:
oracle.jsp.provider.JspCompileException: <H3>Errors
compiling:[jsp src:line #:133]<br> cannot resolve
symbol: variable userRequest 

unquote:


###################
<logic:present name="userRequest" scope="session">

<bean:define id="userRequest" name="userRequest"
scope="session" type="dsap.business.UserRequest"/>
<bean:define id="employee" name="userRequest"
property="employee" type="dsap.business.Employee" />
<bean:define id="userModuleList" name="userRequest"
property="userModuleList" />

</logic:present>
#######################


This used to work well with JDK 1.3.1.

Could somebody suggest a solution or a workaround ? I
would not want to use JSTL.

Any help will be greatly appreciated.

Thanks,
Shyam


                
__________________________________ 
Yahoo! Music Unlimited 
Access over 1 million songs. Try it free.
http://music.yahoo.com/unlimited/

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to