Sign in
apache
/
struts-archive
/
5158776f5f7310821330137311880c8edb969f0e
/
.
/
struts-sandbox
/
mailreader-course
/
struts2
/
retain
/
src
/
webapp
/
pages
/
Hello.jsp
blob: 1e9d87b5129179b8fc094111c93302c67869ea07 [
file
] [
log
] [
blame
]
<%@
taglib prefix
=
"s"
uri
=
"/struts-tags"
%>
<html>
<head>
<title>
Hello
</title>
</head>
<body>
<h2>
<s:text
name
=
"hello.message"
/>
</h2>
</body>
</html>