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#4091883

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4091883
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to