They already are in a form along with other text fields. I tired playing
with AjaxSubmitLink, but here too I fail to fetch the username from model as
other fields still do not have the required inputs, causing the form to
report error.

Regards,
Apple Grew
my blog @ http://blog.applegrew.com/


On Sun, May 16, 2010 at 2:00 PM, Martin Makundi <
martin.maku...@koodaripalvelut.com> wrote:

> Use ajaxButton :
>
> <form wicket:id=nameform>
>  <input type="text" wicket:id="namefield"/>
>  <input type="button" wicket:id="ajax-button-for-name-form"/>
> </form>
>
> **
> Martin
>
>
> 2010/5/16 Apple Grew <appleg...@gmail.com>:
> > I need to implement a Check Availability link. When this link is clicked
> it
> > will check if the entered username exists for not For this link I have
> used
> > AjaxLink. The problem is in AjaxLink's onClick I am not sure how will I
> > fetch the value of the text filed - username? The model seems not to hold
> > the value..
> >
> > Please suggest.
> >
> > Regards,
> > Apple Grew
> > my blog @ http://blog.applegrew.com/
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>

Reply via email to