Skip to content

Commit 1c2961e

Browse files
committed
WW-5411 Delete unsupported static field templating
1 parent 8c6d7ef commit 1c2961e

File tree

1 file changed

+0
-14
lines changed
  • apps/showcase/src/main/webapp/WEB-INF/tags/non-ui/ifTag

1 file changed

+0
-14
lines changed

apps/showcase/src/main/webapp/WEB-INF/tags/non-ui/ifTag/testIf.jsp

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
* under the License.
1919
*/
2020
-->
21-
<%@page import="org.apache.struts2.showcase.hangman.HangmanConstants" %>
2221
<%@taglib prefix="s" uri="/struts-tags" %>
2322
<html>
2423
<head>
@@ -636,18 +635,5 @@
636635
</div>
637636
</div>
638637
</div>
639-
<br>
640-
<br>
641-
<p>
642-
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:property default="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%>
651-
</div>
652638
</body>
653639
</html>

0 commit comments

Comments
 (0)