[jboss-user] [JBoss Seam] - Re: <ui:define> and injection
pete.muir@jboss.org
do-not-reply at jboss.com
Thu Jan 17 12:29:35 EST 2008
I'm not quite sure of your application architecture, but a PAGE scope component thats available in restore won't be available in render (you are in a different page scope by then).
anonymous wrote : Is it the case that if you are relying on EL to create your instances, then the order of the elements in the page is important?
Of course. *Something* needs to tell Seam to create the component, be it the component (@AutoCreate), the EL, or the @In(create=true).
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4121028#4121028
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4121028
More information about the jboss-user
mailing list