[jboss-user] [JBoss Seam] - Re: @Factory is not working

damianharvey do-not-reply at jboss.com
Tue Nov 20 04:35:36 EST 2007


@Factory doesn't guarantee that the method is called first. Maybe you are thinking of @Create? 

@Factory will be called when you call it from a page (or wherever) and Seam will place the value into the context variable so that it isn't called again for the life of the context.

Cheers,

Damian

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4106273#4106273

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4106273



More information about the jboss-user mailing list