Craig, is there a way to determine the requested URL in login page? This could help in following way: The link to registration could contain a "GET" parameter such as <A href="registration.jsp?RequestPage=page1.jsp">registration</A> The registration file could work with this parameter and use it for redirect (or whatever) after the registration is completed.
Is this possible? Currently I am solving the similar situation... Thanx 4 time. | If you are using container-managed security (i.e. security constraints in | the web.xml file), there is no way around challenging the user to log in | again. | | Craig -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
