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?



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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4049256
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to