On 2010-11-05 09:37, Martin Makundi wrote:
LibA provides PanelA which exports ComponentA with id == "messages" (e.g.
ListView) with Page scope.

PanelA defines independent namespace.

LibB provides PanelB which exports ComponentB with id == "messages" (e.g.
DataGrid) with Page scope.

PanelB defines independent namespace.

Then your application has a page MyPage which includes both PanelA and
PanelB and the problem arises.

MyPage defines new namespace.

PanelA and PanelB are independent.

No problems.

and what about :

add( new PanelA( new Model1() );
add( new PanelA( new Model2() );
add( new PanelA( new Model3() );

to the same page ?

--
Leszek Gawron                              http://lgawron.blogspot.com

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

Reply via email to