Hello,

I am trying to integrate Magnolia 3.5Rc1 with JSF.
I was testing may configurations but i can't make Magnolia3.5Rc1 to work
with JSF.

I have FacesServlet in my web.xml file:
 
<!-- Faces Servlet START -->
  
        <listener>
<listener-class>com.sun.faces.config.ConfigureListener</listener-class>
</listener>
        
    <servlet>
        <servlet-name>Faces Servlet</servlet-name>
        <servlet-class>javax.faces.webapp.FacesServlet</servlet-class>
    </servlet>

    <servlet-mapping>
        <servlet-name>Faces Servlet</servlet-name>
        <url-pattern>*.jsf</url-pattern>
    </servlet-mapping>
        
   <!-- Faces Servlet END -->
   
I am sure a have all required jar files.
   
I was trying to do new Jsf template (it didn't work). probably it didn't go
througt jsf servlet. 

I was createing new paragraphs with jsf type and try to forward from 
this paragraph to another jsf page 
        <jsp:forward page="jsfPage.jsf" />
(i have jsfPage.jsp file in the same direcotry)
(it didn't work)

i was adding 
<listener>
<listener-class>com.sun.faces.config.ConfigureListener</listener-class>
</listener>
to my web.xml file (it didn't work)

I tested many url-patterns with above configurations
        <url-pattern>*.jsf</url-pattern>
        <url-pattern>*.html</url-pattern>
        <url-pattern>.magnolia</url-pattern>
        <url-pattern>.magnolia/MyProject</url-pattern>
        <url-pattern>/MyProject</url-pattern>
        ... and many others ...
        
I think that subject (integrate M3.5rc1 with jsf) is more complicated then i
thought.

please help me.

-- 
View this message in context: 
http://www.nabble.com/integration-Magnolia-3.5-Rc1-with-JSF-tp13968804p13968804.html
Sent from the Magnolia - User mailing list archive at Nabble.com.


----------------------------------------------------------------
for list details see
http://documentation.magnolia.info/docs/en/editor/stayupdated.html
----------------------------------------------------------------

Reply via email to