Christian Rosenberger wrote:

Hello!

I have i question regarding the prefilling of a form using Woody.

The data to use in the form is placed in a XML file, which I get by a Java class.

So I want to use this XML file to fill in values in the form and then show the form to the user.

Need no overhead of the Woody binding framework, because for updating the values a seperate Java class is needed.


I don't see why this would count as overhead?


there is no reason why you shouldn't be able to e.g.

1/ install binding1, load from xml1
2/ install binding2, load from beanX
3/ showform
4/ install binding1, save to beanY

any mix should just work

regards,
-marc=

Or can I do this flow:

Java class delievers XML (also possible to use this class as generator) => show Form => user changes values => get updated data in model => write to XML file => send XML to transformer (my second Java class which is responsible for sending the xml data)

What would you suggest to handle this flow?

Thanks,
Christian

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-- Marc Portier http://outerthought.org/ Outerthought - Open Source, Java & XML Competence Support Center Read my weblog at http://blogs.cocoondev.org/mpo/ [EMAIL PROTECTED] [EMAIL PROTECTED]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to