Monday, August 21, 2017

Is it possible to access struts2 variable in jsp scriptlet?/ How to use struts2 variable in jsp scriptlet?

<s:set var="jspVariable" value="%{strutsVariable}"/>

<jsp:useBean id="jspVariable" type="com.example.Object" />

<%=jspVariable%>