Hi,
1) Can i use one only button to load these 4 files,associating each one to a bean and sending them into db?(Instead of having a button for each form?)
you can't submit multiple h:form tag with a single button, but you can have multiple t:inputFileUpload in a h:form tag. If there is no reason to have mulitple forms on a page i suggest to put the form tag at top level on the page. Regards Volker

