Skip to Main Content

Java Development Tools

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!

Partial trigger on a table

user11976105Aug 25 2011 — edited Aug 26 2011
On my screen I have an <af:table /> with row selection enabled. However, I don't want to add all the fields of the entity to the table as there are too many. Specifically, one of the fields is a free text field which I want to display below the <af:table /> as a textarea (input text with rows > 1)

I want to have the behavior like when a row is selected in the table, the input text below will automatically update to show the free text field for the selected record. I tried setting partialTriggers="myTable" but this doesn't seem to work. I'm not sure if the table actually does any submit when I select a row.

Any advice?
This post has been answered by Mohammad Jabr on Aug 25 2011
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 23 2011
Added on Aug 25 2011
11 comments
399 views