Hi there,

I want to access my database from a jxform to fill a select box with as many items as existing in the database. But my problem is that i cant use java code or esql because the xml/xsp file is processed with the jxforms generator and not with serverpages. Jxforms seem not to be able to handle java or esql. Does anybody has an idea how i can access my database from withan an jxform?

What i want to have is something like:

<xf:select size="5" ref="/data/dir">
<xf:item>
<xf:label>holiday</xf:label>
<xf:value>holiday</xf:value>
</xf:item>
... more items; show all stored items
</xf:select>


The items should be queried from the database.

The sence of all is to create a photo database. When photos are uploaded there should be a jxform displayed where the user can choose in which of the already existing album the new photos should be inserted.

It would be nice if someone could help.

Regards,
Garvin

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



Reply via email to