[jboss-user] [JBoss Portal] - Re: User Identity modules in a Portlet?

remi_dong do-not-reply at jboss.com
Fri Oct 5 05:04:35 EDT 2007


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



More information about the jboss-user mailing list