Re: Sending Data via Javascript and AJAX

2013-03-06 Thread Nick Mudge
Great, do you know of any good examples using wicketAjaxPost? On Wed, Mar 6, 2013 at 9:35 AM, Ernesto Reinaldo Barreiro < reier...@gmail.com> wrote: > Hi, > > On Wed, Mar 6, 2013 at 6:18 PM, Nick Mudge wrote: > > > Looks like the problem with AjaxEditableLabel is tha

Re: Sending Data via Javascript and AJAX

2013-03-06 Thread Nick Mudge
ear on the webpage that says the data has been saved. The string value contains a lot of data and so the value cannot be put in a URL. I am using Wicket 1.4. Thanks Nick On Wed, Mar 6, 2013 at 9:09 AM, Nick Mudge wrote: > I see, Martin wanted me to look at the source code of AjaxEditab

Re: Sending Data via Javascript and AJAX

2013-03-06 Thread Nick Mudge
I see, Martin wanted me to look at the source code of AjaxEditableLabel. I didn't know that. I understand now. Thank you. On Wed, Mar 6, 2013 at 9:01 AM, Ernesto Reinaldo Barreiro < reier...@gmail.com> wrote: > Hi, > > On Wed, Mar 6, 2013 at 5:57 PM, Nick Mudge wrote: &g

Re: Sending Data via Javascript and AJAX

2013-03-06 Thread Nick Mudge
Hi, Where is the example? Nick On Wed, Mar 6, 2013 at 8:32 AM, Martin Grigorov wrote: > On Wed, Mar 6, 2013 at 6:24 PM, Nick Mudge wrote: > > > Hi, > > Why would I look at the AjaxEditableLabel? According to the javadoc for > it, > > > > To see an example how

Re: Sending Data via Javascript and AJAX

2013-03-06 Thread Nick Mudge
named "save". > This is improved a lot in Wicket 6. > > > On Wed, Mar 6, 2013 at 3:28 AM, Nick Mudge wrote: > > > I could not find an example that show's how to do what I want to do. > > > > I have a web page with a Save button on it. When the user presses

Sending Data via Javascript and AJAX

2013-03-05 Thread Nick Mudge
in a database. Then I want a label to appear on the webpage that says the data has been saved. I am new to Wicket and I am using Wicket 1.4. How should I do this? Is there an example of something like this? Thanks Nick Mudge