Return object on check box selected

0
We have one boolean attribute checkbox If i ticked check box then then return object such as string (yesnona) in another page in datagrid 2 how can I achieve this 
asked
1 answers
0

You need a (non) persistent helper object for that. You could attach it to the user session. Then whenever you need it you could retrieve that object again through the session of the user.

Regards,

Ronald

 

answered