--- "Hoying, Ken" <[EMAIL PROTECTED]> wrote:
> I was using the following statement under Weblogic which worked
> perfectly:
> 
> <s:set name="imgShowExpand" scope="page" value="%{'\'' +
> #attr.imgExpandId + '\''}"/>
> 
> However, we have recenly changed out our appication server to Jboss 

Is it JSP 2.1? It may be having an issue with the "#" character.

There are links to two threads regarding this at [1].

> and
> now this statement appears to be evaluating to null.  I do not appear to
> be getting any errors.  It is simply just not evaluating.  I believe it
> is taking issue with the how the single parens are being escaped.


I don't see any single parens.

Dave

[1]
http://struts.apache.org/2.x/docs/why-do-i-get-a-javaxelelexception-when-using-ognl-with-jsp21.html



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

Reply via email to