"remi_dong" wrote : 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();
| %>
| form name="form2" method="POST" action='<%=form_path+uPath%>'
| input type="hidden" name="user" value='<%=userVe%>'/
| input type="hidden" name="pass" value='<%=passVe%>'/
| /form
|
| script type="text/javascript"
| <!--
| document.form2.submit();
| //-->
| /script
|
--------------------------------------------------------------------------------------
| Thanks.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4091884#4091884
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4091884
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user