[Wicket-user] Query String passing

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] Query String passing

2007-05-10 Thread Scott Swank
Check out the examples http://wicketstuff.org/wicket13/index.html in particular echo. N.b. there is a view source link in the top right corner that shows you the underlying html java. Scott On 5/10/07, edward durai [EMAIL PROTECTED] wrote: Hi, I am newbie of wicket, in jsp, consider

Re: [Wicket-user] Query String passing

2007-05-10 Thread Nino Saturnino Martinez Vazquez Wael
You need to grasp the concept of models, please see http://cwiki.apache.org/WICKET/working-with-wicket-models.html and this for an example. http://wicketstuff.org/wicket13/forminput/ edward durai wrote: Hi, I am newbie of wicket, in jsp, consider one.jsp contains username field. When I