RE: AJAX/Direct Actions Design question

2007-03-05 Thread Andrew Lindesay
Hello Ricardo; Any components that you put into the WOSwitchComponent behave stateless. You can't depend on the same instance being returned to you on the next request-response cycle. In all of my projects I do a similar thing to what you are doing, but I have developed a navigation sys

AJAX/Direct Actions Design question

2007-03-05 Thread Ricardo Parada
Hi All, I have a little app with a single page Main.wo. :-) This page (Main.wo) provides the look of all pages. The only thing that changes is the content in that page. So I have a WOSwitchComponent declared in my Main.wod as follows: ContentComponent: WOSwitchComponent { WOComponentNam