Yeah you're right... but i think i have to describe my problem i another way.

I have two linked DropDownBoxes and i want intially on Page-Rendering that
the second (child) drop downbox is filled by the initial value of the first
box.

the linking is done with my own "onChange" handler

protected void onChange(AjaxRequestTarget target, T newSelection){ };

the best would be, i could use this  handler for initial rendering and
ajax-onChange, cause there i've implemented the processing of filling the
second drop down box By "newSelection"!

Thanks for any Hints!
-- 
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Any-indicator-for-Ajax-Rendering-tp2016955p2075498.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