Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Multi-page Application Design

    Hi there,

    just to see how you guys would design an application using SmartGWT.

    For example, an application contains login function and user section, which shows the working area if a user login. What i m doing now is to put the working area layout and login layout on the page, and show/hide either of them based on server authentication. This way, logout is just a server call to clean up the session info, hide working area, and show the login fields.

    Further more, in the working area, there are several buttons, it's supposed to show the right page on button clicks. I m quite confident with this one -- i use a layout as a parent container, call the child.destory() to remove the previous layout and parentContainer.addMember(layout) to show the currently one.

    how do you guys think and do it?

    #2
    Hi Ledais,

    Did you get a reply to your question? I am having the same questions now too.

    Thank you.
    Neofite

    Comment


      #3
      Hi,

      Take a look at this post -> http://uptick.com.au/content/managing-multiple-host-pages

      re Managing Multiple Host Pages.

      Cheers
      Rob

      Comment

      Working...
      X