Re: Tips to implement this switch technique

2009-04-06 Thread Sergey Podatelev
Although it'd probably be more correct to check the state of the navPanel within a switchingPanel ( switchingPanel.getPage().get("navPanel") ) and render it accordingly. On Mon, Apr 6, 2009 at 8:00 PM, Sergey Podatelev wrote: > Not sure if I understand your problem correctly, but you can try to >

Re: Tips to implement this switch technique

2009-04-06 Thread Sergey Podatelev
Not sure if I understand your problem correctly, but you can try to use navPanel.getPage().get("switchingPanel") On Mon, Apr 6, 2009 at 5:23 PM, HHB wrote: > Hey, > For our application layout we decided to go with > switching panels technique. > The Index page contains the navigation panel > whic

Tips to implement this switch technique

2009-04-06 Thread HHB
Hey, For our application layout we decided to go with switching panels technique. The Index page contains the navigation panel which contains links to switch panels. I know how to implement this technique but only when the links that are supposed to switch panels are on the same Index page, not