[jboss-user] [JBoss Seam] - Re: DataModel issue
dbatcn
do-not-reply at jboss.com
Thu Jul 27 13:57:12 EDT 2006
In the other topic I wrote:
anonymous wrote : When pressing the "rename" buttons, the value that I expect to be injected is not there (the log.error() calls below are triggered).
for instance (and yes, sorry for not including it in the previous post):
anonymous wrote : 2006-07-27 10:51:56,946 DEBUG [org.jboss.seam.Component] selected row: null
|
| 2006-07-27 10:51:56,946 DEBUG [org.jboss.seam.Component] instantiating Seam component: interpolator
|
| 2006-07-27 10:51:56,946 ERROR [com.orgmob.play.FubarManagerBean] FubarManagerBean.commitFoo() called but foo is null!
|
| ...
| 2006-07-27 10:52:00,431 DEBUG [org.jboss.seam.Component] selected row: null
|
| 2006-07-27 10:52:00,431 DEBUG [org.jboss.seam.Component] instantiating Seam component: interpolator
|
| 2006-07-27 10:52:00,431 ERROR [com.orgmob.play.FubarManagerBean] FubarManagerBean.commitBar() called but bar is null!
|
|
When I press buttons that were generated using <ui:repeat> from a @DataModel, org.jboss.seam.Component says that no row was selected and where I expected @DataModelSelection to inject a value, the value is null. I think that is a bug. Am I in error?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3961378#3961378
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3961378
More information about the jboss-user
mailing list