From: patrickdalla <do-...@jb...> - 2006-03-16 12:36:04
|
Are you using MyFaces? The problem is with MyFaces implementation of HtmlFileUploadRenderer.java. The decode method doesn't consider PortletRequest. It only works with HttpServletRequest. I've implemented my own renderer to resolve these problem. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3930641#3930641 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3930641 |