Re: [Wicket-user] No Page found for component after selecting TreeNode

2007-04-09 Thread Isaac Weng
ierarchy, thus the > page returned is null. > > -Matej > > On 4/8/07, Isaac Weng <[EMAIL PROTECTED]> wrote: > >> Hi, >> >> Similar to ILinkCallback of Tree in wicket-extension, I created a >> callback link which allows me to select a tree node

[Wicket-user] No Page found for component after selecting TreeNode

2007-04-08 Thread Isaac Weng
Hi, Similar to ILinkCallback of Tree in wicket-extension, I created a callback link which allows me to select a tree node in my custom Link component. After the link is clicked, the callback is executed and the node is selected. However, after selectNode() runs, getPage() in the Link compo

Re: [Wicket-user] Strange problem with ModalWindow

2007-04-03 Thread Isaac Weng
Hi, Just update to the latest version, and it works great. Thanks for such a quick fix. Isaac Matej Knopp wrote: > Can you please check the latest revision? (for both tomcat and jetty > if possible). It should be fixed. > > -Matej > > On 4/2/07, Isaac Weng <[EM

Re: [Wicket-user] Strange problem with ModalWindow

2007-04-02 Thread Isaac Weng
Isaac Weng wrote: > Hi, > >The problem happens after upgrading to 1.3.0-SNAPSHOT on 1 April. > >I have a right panel replaced by another panel with ajax tabs by > click on a link in the left panel. In the second tab, there's a button > which will open a moda

[Wicket-user] Strange problem with ModalWindow

2007-04-02 Thread Isaac Weng
Hi, The problem happens after upgrading to 1.3.0-SNAPSHOT on 1 April. I have a right panel replaced by another panel with ajax tabs by click on a link in the left panel. In the second tab, there's a button which will open a modal window when clicked. The problem is that sometimes an exc

Re: [Wicket-user] Problem with ajax tree and listView

2007-03-26 Thread Isaac Weng
Oops, I forgot to mention that. I'm using 1.2.5 release. Isaac Matej Knopp wrote: > Hi, as a temporary solution you can. But this is bug and needs to be > resolved. What version of wicket are you using? > > On 3/26/07, Isaac Weng <[EMAIL PROTECTED]> wrote: > >

Re: [Wicket-user] Problem with ajax tree and listView

2007-03-25 Thread Isaac Weng
Hi, Myabe I can just use RepeatingView instead. Thanks a lot for clearing my doubts. Isaac Matej Knopp wrote: > Hi, > > this seem to be caused by the latest attach refactor. After the > attaching bug is fixed this problem should disappeared. > > -Matej > > On 3/2

Re: [Wicket-user] Problem with ajax tree and listView

2007-03-24 Thread Isaac Weng
Sorry, I didn't write my sample codes clearly. The problem happens in renderItem(). While expanding tree node, ListItem in renderItem() becomes null, but the list values I get by calling getList() are correct. Also, I found it renders correctly if I use RepeatingView. Isaac Isaac Weng

Re: [Wicket-user] Problem with ajax tree and listView

2007-03-23 Thread Isaac Weng
ecomes null. No problem with a Label. Could you give me some directions ? Thanks. Sincerely, Isaac Matej Knopp wrote: hi, this really is weird. Can you post a quick start project that demonstrates the behavior? -Matej On 3/23/07, Isaac Weng <[EMAIL PROTECTED]> wrote: Hi, This is

[Wicket-user] Problem with ajax tree and listView

2007-03-23 Thread Isaac Weng
Hi, This is my first time asking questions here. Hope I can make my question clear. I'v tried to extend the ajax tree in the wicket extension. The only modification I made is the output value, which is a customized panel instead of a label. Following are my html and source. MyTr