Re: How to resolve tree issue?

2009-02-05 Thread Ernesto Reinaldo Barreiro
I haven't used tree from inmethod myself but I would bet that what you see is the result of DetachableTagGroupModel(tg.toString())... So either override your toString or change DetachableTagGroupModel to return what you want... (maybe look at the implementation to see how the node's text is

Re: How to resolve tree issue?

2009-02-05 Thread nav
in advance ~Penn -- View this message in context: http://www.nabble.com/How-to-resolve-tree-issue--tp21838037p21857978.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users

How to resolve tree issue?

2009-02-04 Thread Penn
AjaxRequestTarget target) { super.onNodeLinkClicked(node, tree1, target); // setResponsePage(); } Thanks in advance ~Penn -- View this message in context: http://www.nabble.com/How-to-resolve-tree-issue--tp21838037p21838037