0 Replies Latest reply on Jan 19, 2009 10:17 AM by chrisgreaves

    Issues with richfaces and spring mvc

    chrisgreaves

      Hi,

      I am currently using richfaces with spring webflow, spring mvc and jsf.

      The richfaces components are working with webflow.
      However, when I try to integrate with mvc the components (ie rich:dataTable)
      render correctly though the action renders to the page location rather than the url, therefore preventing submission (for pagination)

      Ie action should be: [app_domain]/view/myaction
      is rendering /WEB-INF/xhtml/mypage.xhtml

      Has anybody else experienced this issue?

      Thanks in advance