0 Replies Latest reply on May 29, 2007 7:18 AM by rahuljava

    problem with the seam-portal example

    rahuljava

      there is a portal folder in seam/example folder . i deployed that and put it in deploy/ of jboss. but that is not working . according to the document provided we need to change in web.xml also. there we need to replace


      <listener-class>org.jboss.seam.servlet.SeamListener</listener-class>


      to ----->


      <listener-class>org.jboss.seam.jsf.SeamPortletPhaseListener</listener-class>



      i done that also but its not working . can anybody help me out with this?