I have a form that has its elements treated with various things (required
text, labels etc) - these get added by a FormComponent.AbstractVisitor in
the onBeforeRender of the form.

In the form I have a AjaxFormComponentUpdatingBehavior which adds another
panel into the form when certain conditions are met.  This new panel has
form fields.

The problem is - the items in the new panel the visitor during the ajax
request.

They do when I refresh the entire page.

How can I get the form visitor to be applied to these fields during an ajax
request?


Rgds

Ned



-- 
View this message in context: 
http://www.nabble.com/how-to-use-AjaxRequestTarget-in-conjunction-with-a-FormComponent.AbstractVisitor--tp19082965p19082965.html
Sent from the Wicket - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to