Hello friends,
Is it possible to access struts2 variable in jsp scriptlet?
If I have struts2 variable like
<s:set var="test" value="%{'true'}"/>
Can I use variable "test" in JSP scriptlet?
If yes. How is it possible?
Can anyone give some idea about it?
Thanks.