Re: [Wicket-user] Tree Node's Refresh Issue

2007-04-20 Thread Igor Vaynberg
but if you dont really care about the web2.0 kiddies you can do it the old fashioned way as well - via javascript. class addnewitempage extends webpage implements iheadercontributor { private boolean itemadded=false; form f=new form(..); f.add(new button("add") { onsubmit() { ; itemad

Re: [Wicket-user] Tree Node's Refresh Issue

2007-04-20 Thread Jean-Baptiste Quenot
* Sridhar.N: > I have a user interface which is having 2 frames. Frames are not really Web 2.0, I would use a SplitPane: http://www.demay-fr.net:8080/WCD13/app/?wicket:bookmarkablePage=%3Awicket.contrib.dojo.examples.SplitContainerSample -- Jean-Baptiste Quenot aka John Banana Qwerty ht

[Wicket-user] Tree Node's Refresh Issue

2007-04-20 Thread Sridhar.N
Hi, I have a user interface which is having 2 frames. In the left frame I have the dynamic tree which is populated dynamically from database on click of a node. I have links on the nodes which refreshes the right frame with appropriate pages.My problem is, when ever a new item is added to the DB f