Thanks Patrick, I was aware of this where event type="java", was specifically looking for event type="service" & found a soln. to that
On Fri, May 28, 2010 at 8:21 PM, Patrick <[email protected]> wrote: > Hi Varun, > Look at this file > > ecommerce/webapp/ecommerce/WEB-INF/controller.xml > <request-map uri="checkoutoptions"> <!-- mine is modified a bit, but > you can get the idea --> > <security https="true" auth="true"/> > <event type="java" > path="org.ofbiz.order.shoppingcart.CheckOutEvents" > invoke="setCheckOutPages"/> > <response name="checkoutpickup" type="view" value="checkoutpickup"/> > <response name="payment" type="request" value="setPoNumber"/> > <response name="confirm" type="request" value="calcShipping"/> > <response name="success" type="view" > value="checkoutshippingaddress"/> <response name="error" > type="request" value="checkouterror"/> > </request-map> > > > On Fri, May 28, 2010 at 3:17 AM, varun bhansaly <[email protected]> wrote: >> Hi, >> I have developed a custom service which would send different values >> for an OUT param. >> Depending on the value of the OUT param, the controller should >> redirect to the appropriate view. >> >> Please let me know if such conditional redirect is possible & has any >> precedence in existing components. >> >> -- >> Regards, >> Varun Bhansaly >> > -- Regards, Varun Bhansaly
