[jboss-user] [JBoss Seam] - Re: DataModelSelection does not work with PAGE scope
ilya78
do-not-reply at jboss.com
Sun Aug 19 09:35:45 EDT 2007
I see in Component.java (injectDataModelSelection method) this code:
| if (null!=null)
| {
| setFieldValue( bean, null, name, wrapper.getWrappedData(dataModelAnn, dataModel) ); //for PAGE scope datamodels (does not work for properties!)
| }
|
so it seems that for PAGE scoped datamodels, there is some code that should be executed and is not...
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075535#4075535
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075535
More information about the jboss-user
mailing list