Re: How to carry parameters to action: login.do?action=addid=123

2006-06-07 Thread M.Liang Liu
Thanks very much. Fixed it. On 6/4/06, Leon Rosenberg [EMAIL PROTECTED] wrote: On 6/4/06, M.Liang Liu [EMAIL PROTECTED] wrote: I just want to carry parameters to action :login.do I will make use of the url .../login.do?action=addid=123 in the other page as a link. And I want to get

How to carry parameters to action: login.do?action=addid=123

2006-06-04 Thread M.Liang Liu
I just want to carry parameters to action :login.do I will make use of the url .../login.do?action=addid=123 in the other page as a link. And I want to get those parameters using: request.getAttribute(action); request.getAttribute(id); to get them. However,it does NOT work. I would like

Re: How to carry parameters to action: login.do?action=addid=123

2006-06-04 Thread Leon Rosenberg
On 6/4/06, M.Liang Liu [EMAIL PROTECTED] wrote: I just want to carry parameters to action :login.do I will make use of the url .../login.do?action=addid=123 in the other page as a link. And I want to get those parameters using: request.getAttribute(action); request.getAttribute(id); to get