In the Java agent i obtain two values Data1 and Data2.
Then I open a form (with out.println("FormName?OpenForm")) which have two fields named Field1 and Field2 and these fields needs to be computed with Data1 and Data2.
I don't want to transmit Data1 and Data2 by url.
How I can do this???
Thanks