Could you create an invisible Label?

<Label textKey="id" visible="false"/>


Dec 7, 2010 01:17:07 PM, [email protected] wrote:

===========================================

Hi!
Is the any possibility to store hidden fields in wtkx view?
The purpose is to store some id field to be retrieved later, so it would not be 
visible to user. Let say I have a view loaded with my company data 
object(myView.load(companyDO)). Then user clicks delete button. So I need some 
mechanism to remember target DO id to be used further.

The workeround here is to override load method and store needed info at view 
object itself, but i wonder if therer is standard way.
Thanks,Eugene

Reply via email to