> I have some JSP 2.0 pages that I would like to port over to webwork 2,
> and was wondering if there is any way to access the value stack?
> It just seems cooler to convert my ${id} statements to ${stack.id},
> rather than <ww:property value="id"/>
> Basically, I am asking if the value stack has been put into the request
> or session attributes somewhere?According to the source in com.opensymphony.webwork.views.jsp.TagUtils the value stack is stored in request scope under the key "webwork.valueStack" and thus *should* be accesible via "request['webwork.valueStack']". I didn't try this though. Olaf ------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ _______________________________________________ Opensymphony-webwork mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork
