[jboss-user] [JBoss Seam] - Re: Question - Can't save outjected DataModelSelection until

pete.muir@jboss.org do-not-reply at jboss.com
Sat Oct 27 10:31:55 EDT 2007


Remember @DataModelSelection injects a value.  So, when you hit save, you get a value injected both by @In and by @DataModelSelection which is injecting the last data model selection made which as you are in a conversation is the one from your list page.  And Seam injects data model selections after @In injections.

Putting @In and @DataModelSelection on the same variable isn't really sensible, try splitting them out to separate variables.

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

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



More information about the jboss-user mailing list