Hi,
I don't know if you can help me but I try...
There is my problem :
I use Hibernate to map my database.
I have a form with file upload and text fields.
When I modify a text field my database is updated but when I modify a file uploaded Hibernate doesn't update my database. I don't know why...
How do you do in the html module to update the nukes database when we upload a file?
Thanks in advanced !
In the HTML module, the file is handled by an EJB (org.jboss.nukes.core.ejb.FileEJB) and all the work is made by the container. That's how the database is updated.