Hello All,
I am using JDev 12c.
I am creating one table(RichTable) in bean(this table is not present on .jsff page), adding columns at run time to it and attaching it to PanelGroupLayout(which is present on .jsff).
i am attaching one outputText to this table and want to set Short Description using setShortDesc. need to add something like setShortDesc("#{row.bindings.Employee.hints.EmpName.value}") means i want short description same as outputText Value. but not able to achieve so. can someone please help on this.