I was able to resolve the issue by replacing the single backslash with a
double backslash.

Thank you!
Ken 

-----Original Message-----
From: Dave Newton [mailto:[EMAIL PROTECTED] 
Sent: Friday, February 22, 2008 8:41 AM
To: Struts Users Mailing List
Subject: Re: [S2] OGNL Syntax Question

--- "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]


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

Reply via email to