Login  Register

Users - JspViewHandler

Posted by Nguyen Minh Triet on Jan 26, 2006; 10:48pm
URL: http://ofbiz.116.s1.nabble.com/Users-JspViewHandler-tp137095.html

Hi,

I am trying to use the JSP handler; when I call on the URI that
eventually point to a mapping that uses the JSP handler, Ofbiz seems to
loop infinitely.

In controller.xml:
***********
<handler name="jsp" type="view"
class="org.ofbiz.webapp.view.JspViewHandler"/>

...

    <request-map uri="customproduct">
        <security https="false" auth="false"/>
        <response name="success" type="view" value="s2iproduct"/>
    </request-map>

...

<view-map name="s2iproduct" type="jsp" page="response.jsp"/>
*****************

Thanks,
Minh
 
_______________________________________________
Users mailing list
[hidden email]
http://lists.ofbiz.org/mailman/listinfo/users