Hi guys,
I'm developing a web application where the user retrieves data from a DB, for update. I would like to use Cocoon Forms for submitting the data. The problem I got is that each query is different from the other, and I can't build a universal form definition file. The problem here is that I don't know in advance the size of the recordset coming out from the DB.
I would like to build the form definition file based upon the retrieved data,
and not load a static file.
The major problem seems to be the following:
FormInstance form = new FormInstance("forms/form1.xml");That dictates that the form definition file must be static and can't be an XML stream.
Has someone solved this problem?
thanks Enrico
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
