Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

stacked regions problem

Brent HarlowApr 17 2008 — edited Apr 23 2008
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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 21 2008
Added on Apr 17 2008
2 comments
2,211 views