Re: Struts-el and Weblogic 9.1

2006-03-14 Thread Mujahid Ali
Weblogic has an option where you can force it load classes from the WEB-INF directory. I did that to eliminate any potential class loading conflicts... Still the same issue. I found a known issue http://edocs.bea.com/wls/docs91/issues/known_resolved.html#1056681 [CR210907] : Netui databind

Re: Struts-el and Weblogic 9.1

2006-03-14 Thread Wendy Smoak
On 3/14/06, Michael Jouravlev <[EMAIL PROTECTED]> wrote: > Slightly offtopic but still relevant: what is meant by "container > provides support for JSTL 1.1"? Because Tomcat 5 supports SRV 2.4, but > does not have jstl.jar and standard.jar in shared or endorsed > directory. At least 5.5.16 distro

Re: Struts-el and Weblogic 9.1

2006-03-14 Thread Michael Jouravlev
On 3/14/06, Wendy Smoak <[EMAIL PROTECTED]> wrote: > On 3/14/06, Mujahid Ali <[EMAIL PROTECTED]> wrote: > > > 9.1 used 2.4 and it is supposed to be backwards compatible. Just to make > > things simple, I tried deploying the strutsel-exercise-taglib.war that > > comes with the struts 1.2.8 release.

Re: Struts-el and Weblogic 9.1

2006-03-14 Thread Mujahid Ali
When you say Weblogic is provdinig JSTL 1.1 version, you are reffering to standard.jar ? I don't have anything deployed except the example war. So I am not sure about the conflicts. Thanks, Mujahid Wendy Smoak wrote: On 3/14/06, Mujahid Ali <[EMAIL PROTECTED]> wrote: 9.1 used 2.4 an

Re: Struts-el and Weblogic 9.1

2006-03-14 Thread Wendy Smoak
On 3/14/06, Mujahid Ali <[EMAIL PROTECTED]> wrote: > 9.1 used 2.4 and it is supposed to be backwards compatible. Just to make > things simple, I tried deploying the strutsel-exercise-taglib.war that > comes with the struts 1.2.8 release. > > The tags don't work without any modifications to the war

RE: Struts-el and Weblogic 9.1

2006-03-14 Thread George.Dinwiddie
Wendy Smoak > My guess is that you've switched from Servlet 2.3 to 2.4, the > same as if you'd moved from Tomcat 4.x to 5.x. Hard to tell, > though, without more information. Yep, see http://e-docs.bea.com/wls/docs81/notes/new.html#1184292 and http://e-docs.bea.com/wls/docs90/notes/new.html#11

Re: Struts-el and Weblogic 9.1

2006-03-14 Thread Mujahid Ali
9.1 used 2.4 and it is supposed to be backwards compatible. Just to make things simple, I tried deploying the strutsel-exercise-taglib.war that comes with the struts 1.2.8 release. The tags don't work without any modifications to the war. If I modify the web.xml in the war to be 2.4 compatible

Re: Struts-el and Weblogic 9.1

2006-03-14 Thread kalpesh modi
Weblogic 8.1 support servlet 2.3 and 9.1 should support servlet 2.4 Thanks, -Kalpesh - Yahoo! Mail Bring photos to life! New PhotoMail makes sharing a breeze.

Re: Struts-el and Weblogic 9.1

2006-03-14 Thread Wendy Smoak
On 3/14/06, Mujahid Ali <[EMAIL PROTECTED]> wrote: > I am using some tags from the struts-el package and they used to work > fine under weblogic 8.1; After switching over to weblogic 9.1, it seems > that the BeanInfo class for a given tan is never called, so the jstl > expression ${...} is never ev

Struts-el and Weblogic 9.1

2006-03-14 Thread Mujahid Ali
Hey Guys, I am using some tags from the struts-el package and they used to work fine under weblogic 8.1; After switching over to weblogic 9.1, it seems that the BeanInfo class for a given tan is never called, so the jstl expression ${...} is never evaluated. Has anyone seen similar problems?