This content has been marked as final. 
    
Show                 3 replies
    
- 
        1. Re: Problem when deploying Portlet in JBoss Portalprabhat.jha Apr 11, 2008 6:44 PM (in response to bentabol)If you are using JSFRI portlet then you should be using jsf-portlet.jar not classes from myface. You can avoid this dependency if you use portletbridge. You can find information about bridge at http://www.jboss.org/portletbridge . It works with both myfaces and JSF-RI. 
- 
        2. Re: Problem when deploying Portlet in JBoss Portalbentabol Apr 14, 2008 4:58 AM (in response to bentabol)Hello Prabhat, 
 I obtained that problem when trying myfaces portlet, not JSFRI one. Anyway, I have two questions:
 1. When using JSFRI portlet, that library should be in the WEB-INF of the portlet or in the server?
 2. Do I need to have portletbridge in order to work with any of the technologies (JSFRI or myfaces)?
 Thank you again.
- 
        3. Re: Problem when deploying Portlet in JBoss Portalbentabol Apr 14, 2008 9:03 AM (in response to bentabol)I think these are the answers to my questions: "bentabol" wrote: 
 1. When using JSFRI portlet, that library should be in the WEB-INF of the portlet or in the server?
 In the WEB-INF of the application. Am I wrong?"bentabol" wrote: 
 2. Do I need to have portletbridge in order to work with any of the technologies (JSFRI or myfaces)?
 Only for Rich Faces.
 Anyway I still have problems when developing JSFMyFaces Portlet. These are the libraries I have in the WEB-INF\lib folder of the application:
 commons-beanutils
 commons-digester
 commons-el
 commons-lang
 myfaces-api
 myfaces-impl
 Are any missing? Should I add them to the \lib of the server?
 Thank you!
 
    