Yeah, Panel always has id, so what you do is:

add( new PanelA("id1", new Model1() );
add( new PanelA("id2",  new Model2() );
add( new PanelA("id3",  new Model3() );

All Panels would have their own namespace within themselves.

**
Martin

2010/11/5 James Carman <[email protected]>:
> On Fri, Nov 5, 2010 at 8:36 AM, Leszek Gawron <[email protected]> wrote:
>>
>> add( new PanelA( new Model1() );
>> add( new PanelA( new Model2() );
>> add( new PanelA( new Model3() );
>>
>> to the same page ?
>>
>
> Different ids?
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>

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

Reply via email to