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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...