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ļ¼Œzenberg.d...@gmail.com
2009-10-13 

Reply via email to