Re: calling multiple services in ofbiz

2010-05-17 Thread prasanthi_ofbiz
: http://ofbiz.135035.n4.nabble.com/calling-multiple-services-in-ofbiz-tp2196098p2220744.html Sent from the OFBiz - User mailing list archive at Nabble.com.

Re: calling multiple services in ofbiz

2010-05-17 Thread prasanthi_ofbiz
Hi Vani, I included the menu also still same problem. Its not navigating to Posting Transaction Screen Thanks & Regards, Prasanthi -- View this message in context: http://ofbiz.135035.n4.nabble.com/calling-multiple-services-in-ofbiz-tp2196098p2219668.html Sent from the OFBiz - User mai

Re: calling multiple services in ofbiz

2010-05-17 Thread Atul Vani
prasanthi_ofbiz wrote: Hi Vani, I tried to include the form there it self earlier only but its giving rendering problem like, org.ofbiz.widget.screen.ScreenRenderException: Error rendering screen [component://common/widget/CommonScreens.xml#FindScreenDecorator]: java.lang.RuntimeException: Err

Re: calling multiple services in ofbiz

2010-05-17 Thread prasanthi_ofbiz
/control/TrialBalance?organizationPartyId=1 Reports For: Bhubaneswar Municipal Corporation Regards, Prasanthi -- View this message in context: http://ofbiz.135035.n4.nabble.com/calling-multiple-services-in-ofbiz-tp2196098p2219405.html Sent from the OFBiz - User mailing list

Re: calling multiple services in ofbiz

2010-05-17 Thread prasanthi_ofbiz
-- View this message in context: http://ofbiz.135035.n4.nabble.com/calling-multiple-services-in-ofbiz-tp2196098p2219397.html Sent from the OFBiz - User mailing list archive at Nabble.com.

Re: calling multiple services in ofbiz

2010-05-16 Thread Atul Vani
hi Prasanthi, you can include a menu in a screen using tag if you have multiple screens that needs same menu then you can also create a decorator and use it in all those screens looking at your screenshots i think you might have missed to include the menu or for some reason it's not getting

Re: calling multiple services in ofbiz

2010-05-16 Thread prasanthi_ofbiz
/n2219096/menuDescription.png menuDescription.png http://n4.nabble.com/file/n2219096/navigationScreen.png navigationScreen.png -- View this message in context: http://ofbiz.135035.n4.nabble.com/calling-multiple-services-in-ofbiz-tp2196098p2219096.html Sent from the OFBiz - User mailing list archive

Re: calling multiple services in ofbiz

2010-05-14 Thread Atul Vani
hi Prasanthi, i didn't get whats the problem, but if you want to use out parameters of the service being called then you will have to do it like this -- Thanks & Regards Atul Vani Jr. Software Developer HotWax Media Pvt. Ltd. http://www.hotwaxmedia.com/ prasanthi_ofbiz wrote: hi va

Re: calling multiple services in ofbiz

2010-05-14 Thread prasanthi_ofbiz
://ofbiz.135035.n4.nabble.com/calling-multiple-services-in-ofbiz-tp2196098p2216445.html Sent from the OFBiz - User mailing list archive at Nabble.com.

Re: calling multiple services in ofbiz

2010-05-14 Thread luoxv
Thanks -- From: "Atul Vani" Sent: Friday, May 14, 2010 1:35 PM To: Subject: Re: calling multiple services in ofbiz > Hi Prasanthi, > > If its an error in the service then you can verify it in server logs. > > -- >

Re: calling multiple services in ofbiz

2010-05-14 Thread luoxv
Thanks -- From: Sent: Friday, May 14, 2010 1:12 PM To: Subject: Re: calling multiple services in ofbiz > Thanks > > -- > From: "prasanthi_ofbiz" > Sent: Friday,

Re: calling multiple services in ofbiz

2010-05-14 Thread Atul Vani
hi Prasanthi, I suggest you trace the control's flow and look for examples OOTB, it's really hard to find a problem this way. -- Thanks & Regards Atul Vani Jr. Software Developer HotWax Media Pvt. Ltd. http://www.hotwaxmedia.com/ prasanthi_ofbiz wrote: Hi vani, There is no error,but its nav

Re: calling multiple services in ofbiz

2010-05-14 Thread prasanthi_ofbiz
Hi vani, There is no error,but its navigating to that screen without the forms. Regards , Prasanthi -- View this message in context: http://ofbiz.135035.n4.nabble.com/calling-multiple-services-in-ofbiz-tp2196098p2216303.html Sent from the OFBiz - User mailing list archive at Nabble.com.

Re: calling multiple services in ofbiz

2010-05-13 Thread Atul Vani
Hi Prasanthi, If its an error in the service then you can verify it in server logs. -- Thanks & Regards Atul Vani Jr. Software Developer HotWax Media Pvt. Ltd. http://www.hotwaxmedia.com/ prasanthi_ofbiz wrote: Hi Vani, Inside the EditAcctgTrans there was some conditions for displaying the fo

Re: calling multiple services in ofbiz

2010-05-13 Thread luoxv
Thanks -- From: "prasanthi_ofbiz" Sent: Friday, May 14, 2010 1:06 PM To: Subject: Re: calling multiple services in ofbiz > > Hi Vani, > Inside the EditAcctgTrans there was some conditions for displaying the forms > like &g

Re: calling multiple services in ofbiz

2010-05-13 Thread prasanthi_ofbiz
I think its not able to carry out the acctgTransId and isPosted to the screen thatsy empty screen is coming -- View this message in context: http://ofbiz.135035.n4.nabble.com/calling-multiple-services-in-ofbiz-tp2196098p2216113.html Sent from the OFBiz - User mailing list

Re: calling multiple services in ofbiz

2010-05-13 Thread prasanthi_ofbiz
should show the EditAcctgTrans Screen. Regards, Prasanthi -- View this message in context: http://ofbiz.135035.n4.nabble.com/calling-multiple-services-in-ofbiz-tp2196098p2216104.html Sent from the OFBiz - User mailing list archive at Nabble.com.

Re: calling multiple services in ofbiz

2010-05-13 Thread Atul Vani
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

Re: calling multiple services in ofbiz

2010-05-13 Thread prasanthi_ofbiz
: My Code: 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-o

Re: calling multiple services in ofbiz

2010-05-13 Thread Atul Vani
hi Prasanthi, use any of the below methods or a combination of them:- map="parameters"/> or -- Thanks & Regards Atul Vani Jr. Software Developer HotWax Media Pvt. Ltd. http://www.hotwaxmedia.com/ prasanthi_ofbiz wrote: Hi Vani, I called another service inside a service call, but how

Re: calling multiple services in ofbiz

2010-05-13 Thread prasanthi_ofbiz
] [createAcctgTransEntry.organizationPartyId]] Attached the document which is detailed requirement. http://n4.nabble.com/file/n2197459/FinAcctg.doc FinAcctg.doc -- View this message in context: http://ofbiz.135035.n4.nabble.com/calling-multiple-services-in-ofbiz-tp2196098p2197459.html Sent from the OFBiz - User

Re: calling multiple services in ofbiz

2010-05-12 Thread S K Pradeep kumar
f an Accounting Transaction. > > Does it possible?? > > -- > View this message in context: > http://ofbiz.135035.n4.nabble.com/calling-multiple-services-in-ofbiz-tp2196098p2196098.html > Sent from the OFBiz - User mailing list archive at Nabble.com. >

Re: calling multiple services in ofbiz

2010-05-12 Thread Atul Vani
hi Prasanthi, one way is to call one service from another service using tag or you can can services in the screen one after another, or may be in the controller itself using type="request".../> -- Thanks & Regards Atul Vani Jr. Software Developer HotWax Media Pvt. Ltd. http://www.hotwaxmedia.c

Re: calling multiple services in ofbiz

2010-05-12 Thread Jacques Le Roux
4.nabble.com/calling-multiple-services-in-ofbiz-tp2196098p2196098.html Sent from the OFBiz - User mailing list archive at Nabble.com.

Re: calling multiple services in ofbiz

2010-05-12 Thread Kranti Agrawal
> -- > View this message in context: > http://ofbiz.135035.n4.nabble.com/calling-multiple-services-in-ofbiz-tp2196098p2196098.html > Sent from the OFBiz - User mailing list archive at Nabble.com. >

calling multiple services in ofbiz

2010-05-12 Thread prasanthi_ofbiz
action and createAcctgTrans, for Creattion of an Accounting Transaction. Does it possible?? -- View this message in context: http://ofbiz.135035.n4.nabble.com/calling-multiple-services-in-ofbiz-tp2196098p2196098.html Sent from the OFBiz - User mailing list archive at Nabble.com.