[jboss-user] [JBoss Seam] - Re: JSF Component binding with conversation scope seam compo

2008-01-22 Thread ristretto
The seam manual here http://docs.jboss.org/seam/2.0.1.CR1/reference/en/html/conversations.html#d0e5171 says, alternatively to using bindings, do the following. However, I can't get this to work. uiComponent doesn't seem to exist, but I'm not sure | | | Row: #{uiComponent['

[jboss-user] [JBoss Seam] - Re: JSF Component binding with conversation scope seam compo

2007-06-04 Thread [EMAIL PROTECTED]
The rule is to not bind a JSF component into a CONVERSATION scoped Seam component, because the conversation context is not restored yet when RESTORE VIEW is called (which is the time when JSF components are bound). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic

[jboss-user] [JBoss Seam] - Re: JSF Component binding with conversation scope seam compo

2007-06-04 Thread quilleashm
There's a general rule (in the docs somewhere I think) that you should never do component bindings into a scope that lasts longer than a single request. This has been known to cause all sorts of issues in the past. The preferred solution is to bind your components into an event scoped componen