[Wicket-user] How to pass the values from one page another page in wicket?

2007-05-10 Thread edward durai
Hi, I am newbie of wicket, in jsp, consider one.jsp contains username field. When I click submit button goto another page that is two.jsp. I can get username field using request.getParameter(username); But In Wicket, How can I do it the same process? Please explain me. Thanking You. -- View

[Wicket-user] How to pass the values from one page another page in wicket?

2007-05-10 Thread edward durai
Hi, I am newbie of wicket, in jsp, consider one.jsp contains username field. When I click submit button goto another page that is two.jsp. I can get username field using request.getParameter(username); But In Wicket, How can I do it the same process? Please explain. Thanking You. -- View

Re: [Wicket-user] How to pass the values from one page another page in wicket?

2007-05-10 Thread Johan Compagner
http://wicketstuff.org/wicket13/signin/ On 5/10/07, edward durai [EMAIL PROTECTED] wrote: Hi, I am newbie of wicket, in jsp, consider one.jsp contains username field. When I click submit button goto another page that is two.jsp. I can get username field using request.getParameter(username);