Hi All,
I am trying to develop an application using FLEX and J2EE.
The application has a complex data structure. The same needs
to be displayed in data Grid.
Pulling the data from the server is not a problem.
I want the data shown in Data Grid and then update the same
and send the updated data back to server using mx:remoteObject.
The problem here is that I need to use action script and set
the values explicitly for the data object.
Is there a way to avoid this, and directly submit the mx:form
on click of button, where the will send automatically (e.g: In jsp
where in we submit the form and the data object is submitted
directly to the server).
Help will be appreciated.
Thanks
Nagesh