[jboss-user] [JBoss Seam] - Re: Multiple select items in page scope with factories.

petemuir do-not-reply at jboss.com
Mon Oct 30 11:24:32 EST 2006


What's the scope of your SFSB?  It's likely you are having issues with scope of the components.  Are the java variables null (for the variables annotated @SelectItems) on the second page refresh?

In general, if you want something to always reload when you refresh a page I would suggest outjecting an event scoped component from an an event scoped bean (i.e. use a SLSB).  If you the values don't change often you could always cache them.

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

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



More information about the jboss-user mailing list