chengas123 wrote:
<s:property value="%{comments}" /> returns what I am expecting.
<s:property
value="[EMAIL PROTECTED]@escapeJavaScript(comments)}"
/> returns nothing.

Have you turned off this capability (or rather not turned it back on)?
struts.ognl.allowStaticMethodAccess
https://issues.apache.org/struts/browse/WW-2160

Does:
<s:property value='[EMAIL PROTECTED]@escapeJavaScript("hello world")}'/>
work?

That might help distinguish if the problem is the static call or the data passed into it.

I assume you've looked at all the appropriate log files to see if there's some helpful message there?

-Dale

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

Reply via email to