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 

Reply via email to