Hi All,

I have developed a seam application with remoting enabled function. It works 
fine when it is running alone. The remoting related function is not working 
when the application integrated with portal. In the jsp, javascript error 
thrown, "Seam in undefined". any idea????

Following is the web.xml,

<?xml version="1.0" encoding="utf-8"?>
<web-app version="2.4" xmlns="http://java.sun.com/xml/ns/j2ee"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee 
http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd";>
<!-- Seam -->
    
        <listener-class>org.jboss.seam.servlet.SeamListener</listener-class>
    
    

        <filter-name>Seam Exception Filter</filter-name>
        <filter-class>org.jboss.seam.servlet.SeamExceptionFilter</filter-class>
     
    <filter-mapping>
        <filter-name>Seam Exception Filter</filter-name>
        <url-pattern>*.jsf</url-pattern>
    </filter-mapping>
</web-app>

Thank you very much.



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

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

Reply via email to