OK, I figured out how to get value of tag attribute in JSP:
<%= jspContext.getAttribute("fieldName", PageContext.PAGE_SCOPE) %>
Now I need to put this value into some OGNL variable, say '#ognlFieldName',
to get access to this value from Struts2 tags.
So, how to get access to jspContext from OGNL or at least Java code?
--
View this message in context:
http://www.nabble.com/How-to-get-value-of-tag-attribute-from-OGNL--tp25862967p25872856.html
Sent from the Struts - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]