Hi, How do we make variables set by struts tags available to scriptlets? . In Struts 1 , we could set an object using bean:define and access it within a scriptlet ? ; what's the equivalent for S2 ?
In the app i'm converting to S2, there's a lot of scriptlet code and we are trying to retain that and just supply the data from Action using S2 tags Thanks, Joseph