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!

adf action binding expression with viewObject??

user523897Jan 26 2010 — edited Jan 27 2010
naming query variable el???

masterVO
query: select a_name,b1,c1 from mastertable

XXXVO
query: select a,b,c from XXX where id = :V_NAME
bind variables: V_ID String (relay to the mater table selected current row attribute[name])

jspx:
master table use ad:table to show the masterVO
and
detail table user ad:table to show XXXVO
i want to select one row on the master table and then invoke ExecuteWithParameters method in the XXXVO binding master vo currentrow[a_name]

and i don't know how to set the el on the page Bindings
"Edit Action Binding-->Parameters:"
Operation :ExecuteWithParameters

Name Type Value_

V_NAME java.lang.String ${bindings.masterVO.currentRow.XId}

e.g. ${bindings.masterVO.currentRow.XId} but it's not right

what is the Value ???

Edited by: user523897 on 2010-1-26 上午11:04
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 24 2010
Added on Jan 26 2010
1 comment
1,417 views