Sign in
eclipse
/
virgo
/
org.eclipse.virgo.web
/
refs/heads/spring-4
/
.
/
test-apps
/
jstl-tests
/
src
/
main
/
webapp
/
jstltest9.jsp
blob: ca513e2a8dde09efbc0c743dab725430b1605a4a [
file
] [
log
] [
blame
]
<%@
page contentType
=
"text/html"
%>
<%@
taglib prefix
=
"c"
uri
=
"http://java.sun.com/jsp/jstl/core"
%>
<c:redirect
url
=
"http://localhost:8080/jstltest/jstltest1.jsp"
>
<c:param
name
=
"text1"
value
=
"SAM"
/>
</c:redirect>