adf action binding expression with viewObject??
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