Login  Register

[OFBiz] Users - how is the response identified

Posted by puranisank on Jun 30, 2006; 4:04am
URL: http://ofbiz.116.s1.nabble.com/OFBiz-Users-how-is-the-response-identified-tp140332.html

How is the response identified by the request handler when one request-map contains several view responses?

Example :

 

" <request-map uri="finalizeOrder">

        <security https="true" auth="true"/>

        <event type="java" path="org.ofbiz.order.shoppingcart.CheckOutEvents" invoke="finalizeOrderEntry"/>

        <response name="addparty" type="view" value="setAdditionalParty"/>

        <response name="customer" type="view" value="custsetting"/>

        <response name="shipping" type="view" value="shipsetting"/>

        <response name="options" type="view" value="optionsetting"/>

        <response name="payment" type="view" value="billsetting"/>

        <response name="term" type="view" value="orderTerm"/>

        <response name="sales" type="request" value="calcShipping"/>

        <response name="po" type="view" value="confirm"/>

        <response name="error" type="request" value="orderentry"/>

    </request-map>"


Thanks and regards 

Purani 



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