[jboss-user] [JBoss Seam] - Re: how can I do optimistic locking with crud framework?

cja987 do-not-reply at jboss.com
Thu Oct 19 18:12:25 EDT 2006


"gavin.king at jboss.com" wrote : I bet you don't have the SeamRedirectFilter installed.

It's definitely installed.


  | 	<filter>
  | 		<filter-name>Seam Redirect Filter</filter-name>
  | 		<filter-class>
  | 			org.jboss.seam.servlet.SeamRedirectFilter
  | 		</filter-class>
  | 	</filter>
  | 
  | 	<filter-mapping>
  | 		<filter-name>Seam Redirect Filter</filter-name>
  | 		<url-pattern>*.seam</url-pattern>
  | 	</filter-mapping>
  | 


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

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



More information about the jboss-user mailing list