Sign in
apache
/
struts1
/
refs/tags/STRUTS_1_2_9
/
.
/
web
/
tiles-documentation
/
test
/
showRequestUri.jsp
blob: c7f623165c5f7bdb47ef466f4b726e41818a5f13 [
file
] [
log
] [
blame
]
<div
align
=
"center"
><b><i>
RequestUri:
<%=
request
.
getRequestURI
()
%>
</i></b>
<b><i>
ContextPath:
<%=
request
.
getContextPath
()
%>
</i></b>
</div>