2009/3/17 James Carman <[email protected]>:
>
> So, use Fragments.
>

It's work ! (I hope).

I do that :

  <body>
    <div wicket:id="copie">?</div>
  </body>

  <wicket:fragment wicket:id="frag-diap">
    Diapositive
  </wicket:fragment>
  <wicket:fragment wicket:id="frag-expo">
    Exposé
  </wicket:fragment>

    in java : add(new Fragment("copie", "frag-expo", this)); // or frag-diap

And I get :

  <body>
    <div wicket:id="copie">
    That is exp frag
  </div>

  </body>

I lookat all your other solution ; infinitely numbers of thanks.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to