Re: Explaination of Ajax in Wicket

2009-03-18 Thread James Carman
Care to elaborate on how/why you're confused? On Wed, Mar 18, 2009 at 9:34 PM, Mathias P.W Nilsson wrote: > > Ok, I got it to work but I'm still rather confused. > -- > View this message in context: > http://www.nabble.com/Explaination-of-Ajax-in-Wicket-tp22589797p2259

Re: Explaination of Ajax in Wicket

2009-03-18 Thread Mathias P.W Nilsson
Ok, I got it to work but I'm still rather confused. -- View this message in context: http://www.nabble.com/Explaination-of-Ajax-in-Wicket-tp22589797p22592233.html Sent from the Wicket - User mailing list archive at Nabbl

Re: Explaination of Ajax in Wicket

2009-03-18 Thread James Carman
On Wed, Mar 18, 2009 at 9:26 PM, Mathias P.W Nilsson wrote: > > After chaning all my AjaxLink to AjaxSubmitLink it works a little better, > still some questions. > > Why can't I use ajaxLink here? > In order for the form's values to get into your model objects, the form must be submitted. --

Re: Explaination of Ajax in Wicket

2009-03-18 Thread Mathias P.W Nilsson
I want to hide the inner Markupconteiner. All containers have setOutputMarkupId( true ). The Container is not hidden. -- View this message in context: http://www.nabble.com/Explaination-of-Ajax-in-Wicket-tp22589797p22592154.html Sent from the Wicket - User mailing list archive at

Re: Explaination of Ajax in Wicket

2009-03-18 Thread Mathias P.W Nilsson
Thanks! I switched AjaxLink to AjaxSubmitLink but still not able to get correct data. Any other pointers? -- View this message in context: http://www.nabble.com/Explaination-of-Ajax-in-Wicket-tp22589797p22591768.html Sent from the Wicket - User mailing list archive at Nabble.com

Re: Explaination of Ajax in Wicket

2009-03-18 Thread Igor Vaynberg
yNumber.getModelObjectAsString() ); >                                        if( a != null ){ >                                                street.setModelObject( > a.getAddress() ); >                                        } > >                                } >              

Explaination of Ajax in Wicket

2009-03-18 Thread Mathias P.W Nilsson
) { super(title); } public abstract boolean isSwedishOnly(); } private abstract class KreditorTab extends PaymentTab{ public KreditorT