Greetings:

I want to assign a target name for the Jsf entry page so its child
window can point back to the same browser window. Here is what I have
tried, but it does not seems to work.

  The entry index page conditionally forwards the request to different
section and has:
    <jsp:forward page="/public/section1/index.jsp">
      <jsp:param name="target" value="portal" />
    </jsp:forward>

  Then, the /public/section1/index.jsp has:
    <%
response.sendRedirect("http://localhost:8080/public/section1/welcome.jsf";);
    %>

Hope some one may help.

Thanks.
BaTien

Reply via email to