Again without seeing more of the code some of this is guessing.

If the component that you are trying to "update" is not part of the original
HTML it will not be updated in the ajax response. I see that you are marking
the component as visible and enabled. If it isn't visible during the initial
rendering then it won't be placed in the HTML. If you mark the component
with 
http://wicket.apache.org/apidocs/1.4/org/apache/wicket/Component.html#setOutputMarkupPlaceholderTag(boolean)
setOutputMarkupPlaceholderTag(true)  then the invisible component will have
a placeholder to be updated during the ajax response.
-- 
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Model-Is-Not-being-Refreshed-tp2311457p2311876.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