[jboss-user] [JBoss Seam] - Re: 1.2.0GA- Where has

jazir1979 do-not-reply at jboss.com
Fri Mar 2 08:36:04 EST 2007


ahh, thank u kindly!  i was looking at the 1.2.0 doco pre-patch1, it's all updated now.

cheers,
daniel.

"shane.bryzak at jboss.com" wrote : It's been replaced.  Here's the new components.xml entry:
  | 
  |     <web:multipart-filter create-temp-files="true" 
  |   |                           max-request-size="1000000" 
  |   |                           url-pattern="*.seam"/>
  | 
  | You also need to add Seam Filter to web.xml:
  | 
  |     <filter>
  |   |       <filter-name>Seam Filter</filter-name>
  |   |       <filter-class>org.jboss.seam.web.SeamFilter</filter-class>
  |   |     </filter>
  |   |     
  |   |     <filter-mapping>
  |   |       <filter-name>Seam Filter</filter-name>
  |   |       <url-pattern>/*</url-pattern>
  |   |     </filter-mapping> 

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

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



More information about the jboss-user mailing list