Well if you have the Panel

Panel pnl = new Panel("breadcumbholder");
pnl.setOutputMarkupId(true);

and if this panel is made global, then you can add it inside other classes
if necessary.... target.addComponent(pnl);

This way you only update the panel and not the entire page....



shetc wrote:
> 
> I seemed to have resolved the issue by adding the page that owns the bread
> crumb panels as the
> Ajax target; I do this within the BreadCrumbPanel create method:
> 
> 
> getPage().setOutputMarkupId(true);
> target.addComponent(getPage());
> 
> 

-- 
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Using-DataView-newItem-method-to-display-a-BreadCrumbPanel-tp3252215p3259442.html
Sent from the Users forum 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