[jboss-user] [JBoss Seam] - Re: When does Bijection Occur?

gavin.king@jboss.com do-not-reply at jboss.com
Wed Oct 18 13:49:47 EDT 2006


It works

(a) only when the object was instantiated using getInstance(), ie. using the EL
(b) according to the setting for @Intercept

(In Seam 1.0.1, interception was by default not enabled during RESTORE_VIEW. I changed this default in 1.1.)

So anyway, the basic rule is: if you use converter="#{foo.bar}", it will work. But if you use converterId="foo", it will not work.

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

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



More information about the jboss-user mailing list