Pieter Degraeuwe wrote:
> 
> I don't have the habit to exend from Form, since I don't need to put logic
> there (I put it in my submitLinks/buttons)
> 
> On Thu, Dec 17, 2009 at 2:45 PM, Pieter Degraeuwe <
> pieter.degrae...@systemworks.be> wrote:
> 
>> Use the onSubmit(AjaxRequestTarget target) of your AjaxSubmitLink instead
>> of your form.
>> (Note that if you make use of FeedbackPanel, youd should also override
>> the
>> onError() method of that ajaxlink to 'refresh' your feedback panel)
>>
> 

At first I wanted to do this in onSubmit of AjaxSubmitLink, but i've problem
to get name and address components inside this method :(

-- 
View this message in context: 
http://old.nabble.com/Accessing-Page-components-tp26824375p26828432.html
Sent from the Wicket - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to