I have other question.
when i finish the verification the password in my Portlet, i want connect this use, so i
have a JSP for send to context de auth.
But it send me to page login.jsp.
--------------------------------------------------------------------------------------
<%
String form_path="/auth/";
String contextPath = request.getContextPath();
String userVe =request.getAttribute("user").toString();
String passVe =request.getAttribute("pass").toString();
String uPath=request.getAttribute("path").toString();
%>
<!--
document.form2.submit();
//-->
--------------------------------------------------------------------------------------
Thanks.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4091883#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...