Converting from WL8 to WL9

This is a discussion on Converting from WL8 to WL9 within the Weblogic forums in Application Servers & Tools category; We've been using Struts in Weblogic 8, and making heavy use of the Struts-el tags. Now we're converting to Weblogic 9. For the initial step, I'd like to keep things as close as possible between the two systems. That means running the app in WL9 in servlets 2.3 mode. (Going to 2.4 mode involves editing the pages a LOT.) I've found out that I have to use the JSTL 1.1 libraries in WL9, even in servlets 2.3 mode. No problem there. But when I use a struts el tag, the EL expression doesn't get evaluated! For example: <html-el:link href="entryForm.do?respondent=${HistoryBean.respon dent}" ...

Go Back   Application Development Forum > Application Servers & Tools > Weblogic

Object Mix

Register FAQ Calendar Search Today's Posts Mark Forums Read
  #1  
Old 09-05-2008, 10:09 AM
Tim Slattery
Guest
 
Default Converting from WL8 to WL9

We've been using Struts in Weblogic 8, and making heavy use of the
Struts-el tags. Now we're converting to Weblogic 9.

For the initial step, I'd like to keep things as close as possible
between the two systems. That means running the app in WL9 in servlets
2.3 mode. (Going to 2.4 mode involves editing the pages a LOT.) I've
found out that I have to use the JSTL 1.1 libraries in WL9, even in
servlets 2.3 mode. No problem there.

But when I use a struts el tag, the EL expression doesn't get
evaluated! For example:

<html-el:link href="entryForm.do?respondent=${HistoryBean.respon dent}"
title="Edit pay group 1"> is rendered as:

<a href="entryForm.do?respondent=${HistoryBean.respon dent}"
title="Edit pay group 1">

instead of something like:

<a href="entryForm.do?respondent=123456789" title="Edit pay group 1">

I know the ultimate solution is to go to servlets 2.4 mode, then I can
use EL anyplace and I don't even need the el tags. But is there a way
to make it work in servlets 2.3 mode?

--
Tim Slattery
Slattery_T@bls.gov
http://members.cox.net/slatteryt
Reply With Quote
Reply


Thread Tools
Display Modes


All times are GMT -5. The time now is 02:03 PM.


Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
vB Ad Management by =RedTyger=

In an effort to better serve ads to our visitors, cookies are used on objectmix.com. For more information, check out our Privacy Policy.