I have created a group with layout style "table-form" and table overflow set to inline. In this group I added a region container (set layout style to stacked) and added two item regions. At the group level all operations are allowed. I dragged items down into each of the item regions and for each item set display in table layout to false, display in table overflow to true (and default true for form layout).
When I run generated page it correctly displays the table and the stacked regions inline. When I click on the "Details" button for any row though, I get an 500 Internal Server Error
javax.faces.el.PropertyNotFoundException: Error testing property 'Addr1' in bean of type null
at com.sun.faces.el.PropertyResolverImpl.isReadOnly(PropertyResolverImpl.java:274)
at oracle.adfinternal.view.faces.model.FacesPropertyResolver.isReadOnly(FacesPropertyResolver.java:124)
at com.sun.faces.el.impl.ArraySuffix.isReadOnly(ArraySuffix.java:236)
at com.sun.faces.el.impl.ComplexValue.isReadOnly(ComplexValue.java:209)
at com.sun.faces.el.ValueBindingImpl.isReadOnly(ValueBindingImpl.java:266)
Addr1 is the first item in one of the item regions.
Any idea what is going wrong ?
A second problem with this group is when the "Multi-row update allowed" is set to false and I select to create a new record - only the form items outside the regions are editable. The fields within the region are not editable ?
Help !
Cheers,
brent