xiaochong / zkui

Grails ZK UI Plugin
http://grails.org/plugin/zkui
GNU Lesser General Public License v3.0
24 stars 8 forks source link

Id space problem #115

Open Dorlet opened 11 years ago

Dorlet commented 11 years ago

I'm trying to give id to some layout in a borderlayout component. I deckared a north, and a center layout. Only the fisrt layout declared is known in the id space of the containing window. If the north is first declared, it is known and not the center one. But if the fisrt declared one is the center layout, the north one will be forgotten.

xiaochong commented 11 years ago

If you encounter a problem of ID Space in zkui composer,you can use GenericForwardComposer refer to 3.11 Support extends GenericForwardComposer or other Composer