[jboss-user] [JBoss Seam] - Re: Problem with <tr:inputFile> in Seam 1.2.1GA and Trinidad

fquimbay do-not-reply at jboss.com
Fri Jul 13 16:16:41 EDT 2007


Hi, Pete ...

In my web.xml by default I don't reference the MultipartFilter like in MyFaces. I put this about the Upload,  no more ... :


  | ...
  | <context-param>
  |   <param-name>org.apache.myfaces.trinidad.UPLOAD_MAX_MEMORY</param-name>
  |   <param-value>2048000</param-value>
  |  </context-param>
  |  <context-param>
  |   <param-name>org.apache.myfaces.trinidad.UPLOAD_MAX_DISK_SPACE</param-name>
  |   <param-value>20480000</param-value>
  |  </context-param>
  | ...
  | 

Am I forgot anything related with Trinidad's Upload Component ? Is a very strange situation, because I have a project with MyFaces 1.1.4 and Trinidad 1.0.0 on JBoss 4.0.5 .. and works successfully .. 


View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4064138#4064138

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4064138



More information about the jboss-user mailing list