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 <[email protected]>: > 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: [email protected] For additional commands, e-mail: [email protected]
