Generally it's not a good idea to use frames for things like this.
Especially with a stateful framework like wicket. Are you absolutely
necessary you need frames? Why?

-Matej

On Tue, Aug 26, 2008 at 3:45 PM, fish3934 <[EMAIL PROTECTED]> wrote:
> Hi,
>    I have a web application that required to use frames. The left Frame is a 
> tree. when clicking the node,some content will be show in the right frame. 
> showed as below:
>    -----------------------------------------------------------------------
>    |                                                                      |
>    |                        top frame                                     |
>    ------------------------------------------------------------------------
>    |            |                                                         |
>    |            |                                                         |
>    |            |                                                         |
>    |            |                                                         |
>    |            |                                                         |
>    | left frame |                      right frame                        |
>    |    (tree)  |                                                         |
>    |            |                                                         |
>    |            |                                                         |
>    |            |                                                         |
>    |            |                                                         |
>    |            |                                                         |
>    |            |                                                         |
>    ------------------------------------------------------------------------
>
>    I have tried to put the frame example and tree example in wicket-example 
> together,I failed.I did not now how to add link to the node.could please some 
> one help me,or privide me an example.
>    thanks!
>
>
>
>
>
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to