| Register | FAQ | Calendar | Search | Today's Posts | Mark Forums Read |
|
#1
| |||
| |||
| 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 |
![]() |
| Thread Tools | |
| Display Modes | |
In an effort to better serve ads to our visitors, cookies are used on objectmix.com. For more information, check out our Privacy Policy.