[richfaces-issues] [JBoss JIRA] Resolved: (RF-2943) fileUpload: Need Info

Andrei Markavtsov (JIRA) jira-events at lists.jboss.org
Thu Apr 3 05:39:29 EDT 2008


     [ http://jira.jboss.com/jira/browse/RF-2943?page=all ]

Andrei Markavtsov resolved RF-2943.
-----------------------------------

    Resolution: Done
      Assignee: Aleksej Yanul  (was: Andrei Markavtsov)

Init parameters should be defined for Seam Filter in web.xml. They will be automatically set up for Ajax4Jsf filer by seam framework on start up.

Example how it works:

 <filter>
        <filter-name>Seam Filter</filter-name>
        <filter-class>org.jboss.seam.servlet.SeamFilter</filter-class>
        <init-param>
    		<param-name>createTempFiles</param-name>
    		<param-value>true</param-value>
    	</init-param>
    	<init-param>
  			<param-name>maxRequestSize</param-name>
  			<param-value>200000</param-value>
  		</init-param>
    </filter>


> fileUpload: Need Info
> ---------------------
>
>                 Key: RF-2943
>                 URL: http://jira.jboss.com/jira/browse/RF-2943
>             Project: RichFaces
>          Issue Type: Feature Request
>    Affects Versions: 3.2.0
>            Reporter: Ilya Shaikovsky
>         Assigned To: Aleksej Yanul
>             Fix For: 3.2.1
>
>
> Andrei we should know how we could set init-params under seam framework.
> seam filter defined means that ajax4jsf filter might not be defined in web.xml
> So where the params should be? In seam filter? 
> If I add our filter additionally to seam one - nothing broken, request sent but uploadListener still not fired.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the richfaces-issues mailing list