[jboss-user] [JBoss Seam] - Re: Why don't instance RenderManager in Seam?
wilson.almeida
do-not-reply at jboss.com
Wed Jan 31 07:37:30 EST 2007
Now, it's work fine.
Solution in components.xml
| <component name="renderManager" class="com.icesoft.faces.async.render.RenderManager" scope="APPLICATION"/>
|
| <component name="manter" scope="SESSION">
| <property name="renderManager">#{renderManager}</property>
| </component>
|
Thank you Gavin.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4008750#4008750
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4008750
More information about the jboss-user
mailing list