Sign in
◑
Theme
apache
/
myfaces-scripting
/
refs/heads/1_1
/
.
/
examples
/
spring-example
/
src
/
main
/
webapp
/
index.jsp
blob: a29c2284b17ab7f44af20d1c485afb4580363676 [
file
]
<%@
page session
=
"false"
%>
<%
response
.
sendRedirect
(
"helloWorld.jsf"
);
%>