How to retrieve form value within onSubmit

2012-01-24 Thread Kayode Odeyemi
Hi, I will like to understand the dynamics behind retrieving form values when they are submitted. I have the following code: Dashboard.html --- body span wicket:id='mainNavigation'/ form wicket:id=searchForm label for=searchSearch:/label

Re: How to retrieve form value within onSubmit

2012-01-24 Thread Martin Grigorov
Hi, See below. On Tue, Jan 24, 2012 at 1:56 PM, Kayode Odeyemi drey...@gmail.com wrote: Hi, I will like to understand the dynamics behind retrieving form values when they are submitted. I have the following code: Dashboard.html --- body        span

Re: How to retrieve form value within onSubmit

2012-01-24 Thread Kayode Odeyemi
On Tue, Jan 24, 2012 at 12:09 PM, Martin Grigorov mgrigo...@apache.orgwrote: Hi, See below. On Tue, Jan 24, 2012 at 1:56 PM, Kayode Odeyemi drey...@gmail.com wrote: Hi, I will like to understand the dynamics behind retrieving form values when they are submitted. I have the