[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
display groups's master detail.
Hi ;
This is a simple question:
Trying to figure out to display detail objects from the
the selected master object.
Like:
I populate the master group as:
masterGroup.setObjectArray(fetchedObjects);
detailGroup.setDetailKey("relation");
detailGroup.setMasterObject(masterGroup);
public WOComponent submit{
// here a master object is selected..
detailGroup.redisplay();
return this;
}
I expect to see only the objects in the detailGroup that had relation
with the master object. But comes as null.
What I am doing wrong?
Thanks
_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com