You can write the links on Nav Page with target for Client page, and no ajax is needed
2009/10/13 Zenberg Ding <[email protected]> > Hi all, > > We'll plan to use wicket in our application for one enterprise's > information management system. > > the app's portal layout is someting like this: > > --------------------------------------------------------------- > | Header | > --------------------------------------------------------------- > | | | > | | | > | Nav | Client | > | | | > | | | > | | | > | | | > | | | > | | | > | | | > --------------------------------------------------------------- > | footer | > --------------------------------------------------------------- > > When we use Wicket's layout way --> Orgnized everything into one page using > <child>, we found that it's reload everything ( header nav etc.) everytime > when click links in client area. > > Is there a nice way organize those pages in a ajax partial refresh way? > > For example , > > Nav and client are all represent by a separated *independent* page, When > click nav area, only refresh client area, (*Note* client area is represent > by a client Page, not a panel). > > Thanks. > > Zenberg dingļ¼[email protected] > 2009-10-13 > -- Pedro Henrique Oliveira dos Santos
