Is my poor English is getting worse because of lack of sleep?

Why don't you use repeaters?

1-Let's say C1 and C2 contain repeaters
that draw their contents based on some list of "Info" classes.
2-When you move A from C1 to C2 then you just move "InfoA", info
associated twith A, from C1 to C2 and
then repaint them.

As the content is dynamically generated based on "Info" classes then
the effect will be as if you have moved A from C1 to C2  (even if you
are just rebuilding the component tree).

Best,

Ernesto

On Wed, May 26, 2010 at 1:47 PM, Ernesto Reinaldo Barreiro
<reier...@gmail.com> wrote:
> Why don't you use repeaters? What about C1 and C2 contains a repeaters
> a draw contents based on some "Info". When you move A from C1 to C2
> then you just move "InfoA", info associated twith A, from C1 to C2 and
> then repaint them. As they are dynamically generated based on "Info"
> then the effect will be as if you moved A from C1 to C2  (evevn whe
> you are rebuilding the component tree).
>
> Best,
>
> Ernesto
>
>
> On Wed, May 26, 2010 at 1:36 PM, DerBernd <beha...@web.de> wrote:
>>
>> Exactly, this is what I want to do!
>> Can you tell me how to solf this problem?
>> --
>> View this message in context: 
>> http://apache-wicket.1842946.n4.nabble.com/drag-and-drop-tp1881857p2231455.html
>> Sent from the Wicket - User mailing list archive at Nabble.com.
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
>> For additional commands, e-mail: users-h...@wicket.apache.org
>>
>>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to