One more thing I forgot to mention - the form tag needs to set the encoding type to
multipart/form-data:
| <h:form enctype="multipart/form-data">
| ...
| </h:form>
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4005086#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...