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!

How to retrieve a column field value from an ADF table ?

user5414451Aug 4 2011 — edited Aug 5 2011
All,
I have a backing bean where I have bounded a field of an ADF table.

I would like, in the bean, to read the value of that field so that I can use it inside a task flow router.

The question: how to read a value from a ADF table column field ?

In the bean I have the getter and setter of the RichInputText ADF table field. But when I type:
System.out.println("the name is: " + this.getName().getValue());
or
System.out.println("the name is: " + this.Name().getValue());

I get a null pointer exception.


Thanks in advance,
Sergio.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 2 2011
Added on Aug 4 2011
12 comments
754 views