I was able to fix my own problem.  The web.xml was different between the
Tomcat and Weblogic apps.  Tomcat was using 2.4 and Weblogic 2.3.  Once
I updated web.xml in Weblogic app to use 2.4, all was well.

Thank you! 

-----Original Message-----
From: Hoying, Ken [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, June 13, 2007 10:31 AM
To: user@struts.apache.org
Subject: [S2] Does Struts2 work with WebLogic 9??

I have an app that I developed under Tomcat and had everythign working
fine.  I then moved it to WebLogic and I am running into issues.  The
following senario illustrates the problem I am having...

I have a JSP page with the following:

<s:set name="maxLength" scope="page"
value="%{getText('auto.memberName.size')}"/>

However, anywhere that I attempt to refernece maxLength using the
syntax: ${maxLength}, the value it returns is null.  

I am not sure why this worked in Tomcat but not in Weblogic 9.  

Is this not supported under Weblogic 9?

Thanks in Advance,
Ken



-----------------------------------------
***Note:The information contained in this message may be privileged and
confidential and protected from disclosure. If the reader of this
message is not the intended recipient, or an employee or agent
responsible for delivering this message to the intended recipient, you
are hereby notified that any dissemination, distribution or copying of
this communication is strictly prohibited. If you have received this
communication in error, please notify the Sender immediately by replying
to the message and deleting it from your computer. Thank you. Premier
Inc.  

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

Reply via email to