I did 3 tests:
1.)
Inside portlet code:
| protected void onSubmitAction(ActionRequest request, ActionResponse
response) throws Exception {
| response.sendRedirect("/portal/auth/enportal/");
| }
|
Results in
Username: null
Method: GET
2.)
>From the form post (action="/portal/auth/enlogin/" method="post")
Username: null
Method: POST
3.)
>From the form get (action="/portal/auth/enlogin/" method="get")
Username:
Method: GET
How come I get username and password inside portlet code, but when I hit jsp
page they are gone? Probably loosing parameters on response.sendRedirect()
isn't expected behaviour?
Rgds, Ales
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3907355#3907355
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3907355
-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc. Get Certified Today
Register for a JBoss Training Course. Free Certification Exam
for All Training Attendees Through End of 2005. For more info visit:
http://ads.osdn.com/?ad_id=7628&alloc_id=16845&op=click
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user