How to get a field content (from host) in jsp file
thank
gidon
How to get a field content (from host) in jsp file
thank
gidon
Hi Gidon,
The code in Java is:
getGXSession().getScreen().getFieldContent(<field>);
This is for one occurrence of the field.
For content of one field from multiple fields:
getGXSession().getScreen().getFieldContent(<field>,<field>);
hi
I mean how can I get A field content at jsp page not at java size
thank
gidon
Hi,
You can find the asnwer for this issue on topic "how to get a field content inside - jsp page
":
[url]http://tech.forums.softwareag.com/viewtopic.php?C=&p=46236#46236[/url]
Regards,
Asaf