android13/external/guice/extensions/struts2/example/root/Counter.jsp

16 lines
314 B
Plaintext
Raw Normal View History

2024-06-22 08:45:49 -04:00
<%@ taglib prefix="s" uri="/struts-tags" %>
<html>
<body>
<h1>Counter Example</h1>
<h3><b>Hits in this session:</b>
<s:property value="count"/></h3>
<h3><b>Status:</b>
<s:property value="status"/></h3>
<h3><b>Message:</b>
<s:property value="message"/></h3>
</body>
</html>