David:

Thank you for the quick reply.  I have posted this on the BEA's beta
message board's (no response yet).  Tomorrow I will see if I can trace
this into the levels you have suggested.  Your assumption that I did not
change my app is correct - I just deployed it and was surprised to see
this behavior.

Thanks again,
RB 



Twenty Years | One Mission | Accelerating Business Processes 


Richard Berger 
Action Technologies, Inc. 
VP, Product Management 
510.638.8300 x228 (Office) 
510.638.8115 (Fax) 
www.actiontech.com
 

-----Original Message-----
From: Karr, David [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, February 02, 2005 2:20 PM
To: Struts Users Mailing List
Subject: RE: Upgraded to WebLogic 9.0beta - and my html-el:option
stopped working

Odd.  It almost seems like "html-el" is mapped to the plain Struts TLD,
and not the Struts-EL TLD.  You didn't give the impression that you
changed the app at all when you ported, so I don't expect that is
likely.

I would definitely trace this in a debugger.  I wonder if WL 9 isn't
correctly utilizing the BeanInfo class of the tag class.  It looks like
it's calling the base class setter method directly, instead of the EL
tag class setter method.  If that's the case, then it's definitely not
using the BeanInfo class.  You'll probably need to pursue this with BEA,
if that's the case.

> -----Original Message-----
> From: news [mailto:[EMAIL PROTECTED] On Behalf Of Richard Berger
> 
> I have code in a JSP that was working on WL 8.1 and JBoss 4.0, but 
> then stopped working on WL 9.0beta.
> 
> Here is the code:
> 
> <html-el:option value="${user}"><c:out 
> value="${user}"/></html-el:option>
> 
> It used to produce something like:
> <option value="Joe">Joe</option>
> 
> But now it produces:
> <option value="${user}">Joe</option>
> 
> Which of course breaks everything.
> 
> I have tried many different approaches, I have installed the latest 
> version of Struts (1.2.6), but nothing helps this problem.
> 
> I would be extremely grateful for any solution (or pointer) to this.
> 
> Thanks so much!!!
> RB
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 

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




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

Reply via email to