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 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. Can anyone recommend an alternative syntax? Thank you, Ken