Ok, but as I already have another BeanModel for another entity within the
same page, it seems as if I cannot create additional beanmodels like:

    @Inject
    @Property
    private BeanModel<UserProfile> userModel;
    
    @Inject
    @Property
    private BeanModel<Order> orderModel;

        void setupRender() {
                renderOrderModel();
                renderUserModel();
        }
        

When I make reference by <t:grid model="userModel"/> and <t:grid
model="orderModel">, the latest created model seems to override the first
created. Although I'm making reference to 2 different BeanModel!

SO: can't I have multiple beanmodels within the same page??





--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/Grid-display-several-implementations-of-an-object-tp5717635p5717637.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

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

Reply via email to