Hi Roger,
I think we've covered this before in our mailing lists. Please have a look in the archives.
Regards, Serge Huber.
Roger Fraisse wrote:
Hi everybody,
I got a problem, i think it is not really difficult.
I just would like to know how i can change the value of a field inside a container without using the update container interface ?
I have declared my fields, the vector containing the fields and my container like that :
jData.containers().declareField("test", "Test",FieldTypes.INTEGER, "0");
Vector GlobalFields = new Vector(); GlobalFields.add( "test" );
jData.containers().declareContainer( "GlobalContainer", "Global", GlobalFields );
And now, i would like to change the value of the field "test" whitout using the update container interface: jData.gui().html().drawUpdateContainerLauncher
( GlobalContainer ).
Because in the current page I do a calcul and I want to store it in the field "test".
The aim is to reuse the container and the new value of this field in another pages.
Please Help Me !!!
Thanks Roger
