M
mlubino
I all, this is my problem.
I have a project under websphere.
I have the index.jsp page as the unique page accessible from external
browsers.
The index.jsp has a link to a page first.jsp under WEB-INF directory.
I'd like to define an action associated to the first.jsp: when I call
first.jsp I want to execute the action code and then I want to execute
a redirect to my second.jsp page.
I execute fine when I have second.jsp page outside the WEB-INF
directory at the same level of my index.jsp page but I can't execute
fine when I have second.jsp page under the WEB-INF directory at the
same level of my first.jsp page.
Thanks in advance for your help.
I have a project under websphere.
I have the index.jsp page as the unique page accessible from external
browsers.
The index.jsp has a link to a page first.jsp under WEB-INF directory.
I'd like to define an action associated to the first.jsp: when I call
first.jsp I want to execute the action code and then I want to execute
a redirect to my second.jsp page.
I execute fine when I have second.jsp page outside the WEB-INF
directory at the same level of my index.jsp page but I can't execute
fine when I have second.jsp page under the WEB-INF directory at the
same level of my first.jsp page.
Thanks in advance for your help.