You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A secondary test for this JSP visually verifies expression access to a public constant.
643
-
A direct access to the same public constant via scriptlet provides secondary verification.
644
-
</p>
645
-
<br>
646
-
<div>
647
-
Test public static (constant) access (expression). Value: <s:propertydefault="unavailable"value="@org.apache.struts2.showcase.hangman.HangmanConstants@HANGMAN_SESSION_KEY" />
648
-
</div>
649
-
<div>
650
-
Test public static (constant) access (scriptlet). Value: <%=org.apache.struts2.showcase.hangman.HangmanConstants.HANGMAN_SESSION_KEY%>
0 commit comments