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]