hi Prasanthi,

please do check the
<view-map name="EditAcctgTrans" ... />
present down in the controller.xml

will need more info if that's not the problem.

Thanks & Regards
Atul Vani

----- Original Message -----
From: "prasanthi_ofbiz" <prasanthi.sreeramjammise...@tcs.com>
To: user@ofbiz.apache.org
Sent: Thursday, May 13, 2010 8:23:21 PM GMT +05:30 Chennai, Kolkata, Mumbai, 
New Delhi
Subject: Re: calling multiple services in ofbiz


Hi Vani,
          Yeah I implemented the same its creating accounting translation
but its now redirecting to the EditTrasaction Screen.
In the controller i have given the  response map to Edit Accoutning
Transaction screen.
Original Code:
<request-map uri="createFinAccountTrans">
        <security https="true" auth="true"/>
        <event type="service" path="" invoke="createFinAccountTrans"/>        
        <response name="success" type="view" value="EditFinAccountTrans"/>
        <response name="error" type="view" value="EditFinAccountTrans"/>        
 
</request-map>

My Code:
<request-map uri="createFinAccountTrans">
        <security https="true" auth="true"/>
        <event type="service" path="" invoke="createFinAccountTrans"/>       
        <response name="success" type="view" value="EditAcctgTrans"/>
        <response name="error" type="view" value="EditAcctgTrans"/>
</request-map>

Instead of representing EditFinAccountTrans screen I have given the
EditAcctgTrans Screen
Please help me 

Thanks & Regards,
Prasanthi
-- 
View this message in context: 
http://ofbiz.135035.n4.nabble.com/calling-multiple-services-in-ofbiz-tp2196098p2197643.html
Sent from the OFBiz - User mailing list archive at Nabble.com.

Reply via email to