How to access data of a htmlUserDialog in java class
Hi all
Now i'm using HtmlUserDialog in ivy 5 and i have a situation need your help. As you know now when we have a HtmlUserDialog, it contain 4 parts: interface, view, logic & data. Data can be accessed by keyword data (ex: data.username}, but it just work on Ivy Scrip step
So now i want to do the same behaviour in java class (access to data of htmlUserDialog)
Can anyone have tried before?
Please help me a solution.
Thanks in advance