dhtmlxForm and Java

Can you help me with an example of dhtmlxForm and Java connector? Could you give me full source client and server side?

I have a form and try to load form DB with a Servlet that return XML like this:

<?xml version="1.0" encoding="iso-8859-1" ?>
  • <EVE_ID_EVENTO>
  • </EVE_ID_EVENTO>
  • <EVE_FECHA>
  • </EVE_FECHA>
  • <EVE_LUGAR>
  • </EVE_LUGAR>
  • <EVE_MOTIVO>
  • </EVE_MOTIVO>

But myForm.load("/InfoGralEvento_xml?id_evento=" + fSoLlave.getItemValue(“eve_id_evento”));
doesn’t run.

Please see form docs and samples of Form:
docs.dhtmlx.com/doku.php?id=dhtmlxform:toc

dhtmlxSuite/dhtmlxForm/samples/06_data/01_load.html

Regarding Connector usage - you may use FormConnector:

docs.dhtmlx.com/doku.php?id=dhtm … xconnector

Thanks Alexandra, Do you have examples with java? I’m using servlets and JSP’s

Unfortunately, we do not have such a ready sample

Ok thanks, good day Alexandra :wink: