Re: AW: Ajax Send TextField Input to Server without Form / Submit

2009-10-19 Thread Pedro Santos
all I put into onUpdate() Method (tagTitle textfield) > > many thanks in advance. > > > > - Ursprüngliche Mail > Von: Pedro Santos > An: users@wicket.apache.org > Gesendet: Montag, den 19. Oktober 2009, 13:50:33 Uhr > Betreff: Re: AW: Ajax Send TextF

AW: AW: Ajax Send TextField Input to Server without Form / Submit

2009-10-19 Thread Peter Arnulf Lustig
s An: users@wicket.apache.org Gesendet: Montag, den 19. Oktober 2009, 13:50:33 Uhr Betreff: Re: AW: Ajax Send TextField Input to Server without Form / Submit add(new Button("tagSubmit").add(new AjaxFormComponentUpdatingBehavior("onclick") { the AjaxFormComponentUpdating

AW: AW: Ajax Send TextField Input to Server without Form / Submit

2009-10-19 Thread Peter Arnulf Lustig
ag, den 19. Oktober 2009, 13:50:33 Uhr Betreff: Re: AW: Ajax Send TextField Input to Server without Form / Submit add(new Button("tagSubmit").add(new AjaxFormComponentUpdatingBehavior("onclick") { the AjaxFormComponentUpdatingBehavior are to textfield component how can I us

Re: AW: Ajax Send TextField Input to Server without Form / Submit

2009-10-19 Thread Pedro Santos
quot;) { > >@Override >protected void onUpdate(AjaxRequestTarget arg0) { >System.out.println(tagTitle.getModelObject()); >} > > })); > > > > > > - Ursprüngliche Mail > Von: Peter Arnulf Lustig > An: users@wicket.apache.org >

AW: AW: Ajax Send TextField Input to Server without Form / Submit

2009-10-19 Thread Peter Arnulf Lustig
Von: Peter Arnulf Lustig An: users@wicket.apache.org Gesendet: Montag, den 19. Oktober 2009, 13:36:31 Uhr Betreff: AW: Ajax Send TextField Input to Server without Form / Submit What do I do with a "click"-button? The User gets a new TextField when I try to add an AjaxFormComponentUpdatingBeh

AW: Ajax Send TextField Input to Server without Form / Submit

2009-10-19 Thread Peter Arnulf Lustig
What do I do with a "click"-button? The User gets a new TextField when I try to add an AjaxFormComponentUpdatingBehavior. I just want to have a textfield and next to it a button, where it says "save". And this should happen without a form. - Ursprüngliche Mail Von: Pedro Santos An: