Sign in
apache
/
struts-examples
/
26b7e120fa7042339068eec6563460a3e9d15edc
/
.
/
json-customize
/
src
/
main
/
webapp
/
WEB-INF
/
index.jsp
blob: df4afeac97f7c96851c300379cf8e01cdf04ccfd [
file
] [
log
] [
blame
]
<%@
page contentType
=
"text/html; charset=UTF-8"
%>
<%@
taglib prefix
=
"s"
uri
=
"/struts-tags"
%>
<html>
<head>
<title>
Customized JSON Result
</title>
</head>
<body>
<a
href
=
"produce.action"
>
Produce Customized JSON
</a>
</body>
</html>