I want use my xpert.IVY htmldialog data in my javabean . Will it be possible ?if possible how to do that? asked 29.10.2013 at 13:42 mprvijay |
I think it is possible but in a limited way. Do you want the content of a HtmlDialog? First of all you have to define the Data on your html Dialog. In the javabean you can import this DataClass and fill it with the current content of the HTML Dialog
answered 31.10.2013 at 09:02 Raphael Bürgin import teamAllotment.TeamAllocating.TeamAllocatingData; import teamAllotment.sample.sampleData;
But the value of example string is Null
(04.11.2013 at 10:34)
mprvijay
the data class bean is always called "data". So in your code example you should change "sampledata" to "data" as it is in the code snip from Raphael
(04.11.2013 at 11:40)
Reguel Werme... ♦♦
|
Once you sign in you will be able to subscribe for any updates here
By RSS:Markdown Basics
Tags:
Asked: 29.10.2013 at 13:42
Seen: 3,952 times
Last updated: 04.09.2014 at 04:31
Ivy Dataclass definitions generate normal Java Classes. So yes, basically they are usable everywhere in the Java environment.
If you edit your question (especially the title), so that it is more specific, we could help you even better.