Difference between setCurrentRowWithKey and setCurrentRowWithKeyValue?
Tuesday, April 08, 2008
setCurrentRowWithKey takes serialized value of rowKey as parameter e.g. 000200000002C20200000002C102000000010000010A5AB7DAD9
The serialized string representation of a key encodes all of the key attributes that can be conveniently passed as a single
value in a browser URL string or form parameter.
The serialized string key of a row can be accessed by referencing the rowKeyStr property of an ADF control binding (e.g. #{bindings.SomeAttrName.rowKeyStr})
setCurrentRowWithKeyValue takes literal value as parameter e.g "201"