Re: help with form submit

2012-01-31 Thread Josh Kamau
Hi ; There are many ways of doing that. For now i will assume that you are not using ajax. I will assume that you are using Model . you can do this. on your page, add a message property. private String message ; //then add a label that reads and rights to the message add(new

Re: help with form submit

2012-01-31 Thread srinash
Thanks for the reply. I will need to use Ajax as i would not want to refresh the page. CAn you let me know how I can do this by using a fallbackbutton, an example would be good. thank you -- View this message in context:

RE: help with form submit

2012-01-31 Thread Michal Wegrzyn
: help with form submit Thanks for the reply. I will need to use Ajax as i would not want to refresh the page. CAn you let me know how I can do this by using a fallbackbutton, an example would be good. thank you -- View this message in context: http://apache- wicket.1842946.n4.nabble.com

Re: help with form submit

2012-01-31 Thread Josh Kamau
To use ajax, just and the label in my previous example in your instance of AjaxRequestTarget and make sure you have set OutputMarkupId to true for the label. Now if you want to submit the form via ajax, you can use an AjaxSubmitLink Josh. On Tue, Jan 31, 2012 at 12:07 PM, srinash

RE: help with form submit

2012-01-31 Thread srinash
Thank you for the reply. I will take a look. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/help-with-form-submit-tp4343850p4344980.html Sent from the Users forum mailing list archive at Nabble.com.