How can I access the variable from within scriptle,
August 24, 2007 at 3:39 PM
Hi, I set a parameter in the above manner using a s:set (Analogous to bean:define in struts 1). But I am unable to access that new parameter in any jsp scriptlets. It always says cannot be resolved when used in scriptlets. Now there is a parameter called scope for the s:set tag which is used to set the scope of the newly created variable. I tried giving scope as page, request but still the same problem comes up. Is it not possibe to use the set tag created variable inside a scriptlet?
View All Comments
| View Tutorial