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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...