Re: calling multiple services in ofbiz

2010-05-17 Thread Atul Vani
hi Prasanthi, you can include a menu in a screen using include-menu ... / 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

Re: calling multiple services in ofbiz

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

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:

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 mailing list

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-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

Re: calling multiple services in ofbiz

2010-05-14 Thread luoxv
Thanks -- From: lu...@hotmail.com Sent: Friday, May 14, 2010 1:12 PM To: user@ofbiz.apache.org Subject: Re: calling multiple services in ofbiz Thanks -- From: prasanthi_ofbiz

Re: calling multiple services in ofbiz

2010-05-14 Thread luoxv
Thanks -- From: Atul Vani atul.v...@hotwaxmedia.com Sent: Friday, May 14, 2010 1:35 PM To: user@ofbiz.apache.org 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 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 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 call-service ... result-to-field ... / result-to-result ... / /call-service -- Thanks Regards Atul Vani Jr. Software Developer HotWax

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:- set-service-fields to-map=myServiceCtx service-name=myService map=parameters/ call-service service-name=myService in-map-name=myServiceCtx or set field=myServiceCtx.field1 from-field=.../ set field=myServiceCtx.field2

Re: calling multiple services in ofbiz

2010-05-13 Thread prasanthi_ofbiz
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.

Re: calling multiple services in ofbiz

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

Re: calling multiple services in ofbiz

2010-05-13 Thread luoxv
Thanks -- From: prasanthi_ofbiz prasanthi.sreeramjammise...@tcs.com Sent: Friday, May 14, 2010 1:06 PM To: user@ofbiz.apache.org Subject: Re: calling multiple services in ofbiz Hi Vani, Inside the EditAcctgTrans there was some conditions

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

calling multiple services in ofbiz

2010-05-12 Thread prasanthi_ofbiz
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.

Re: calling multiple services in ofbiz

2010-05-12 Thread Kranti Agrawal
/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 Jacques Le Roux
://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 call-service tag or you can can services in the screen one after another, or may be in the controller itself using response name=success type=request.../ -- Thanks Regards Atul Vani Jr. Software Developer HotWax Media

Re: calling multiple services in ofbiz

2010-05-12 Thread S K Pradeep kumar
?? -- 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.