Re: Checkbox confirmation

2012-05-10 Thread madhu
that request in controller i added.single record deletion is working fine.without controller request i cant call that simple method na.i did that like this already. now iwant how to implement multiple record deletion using checkbox cheeck by user. simple m

Re: how to use ofBiz service in .Net application?

2012-05-10 Thread Paul Foxworthy
Hi Deval, I tried to create a .NET web service that returned a Dictionary, then to consume it from another .NET application. When I tried to consume it, I got the error message "The type ... is not supported because it implements IDictionary". It seems Microsoft's XmlSerializer mandates custom ser

Re: how to implement Cash on Delivery?

2012-05-10 Thread Atul Vani
You will need a PaymentMethod for cash-on-delivery, for your ProductStore. You can then have the user checkout using it and handle the rest accordingly. Thanks& Regards Atul Vani Enterprise Software Developer HotWax Media Pvt. Ltd. http://www.hotwaxmedia.com/ We are the Global Leaders in Apach

Re: how to implement Cash on Delivery?

2012-05-10 Thread Ankit Jain
Its already implemented in Ofbiz please have a look on this page. https://demo-trunk.ofbiz.apache.org:8443/ecommerce/control/quickcheckout Regards, Ankit Jain On Thu, May 10, 2012 at 12:23 PM, indela wrote: > hi all, > > i am implement online store. all items add to Cart is perfect. after it

Re: Checkbox confirmation

2012-05-10 Thread Ravindra Mandre
Madhu , You need to implement your event as service then use tags as suggested by Ankit. Ravindra Mandre Bangalore On Thu, May 10, 2012 at 11:04 AM, madhu wrote: > that request in controller i added.single record deletion is working > fine.without controller request i cant call that simple met

Re: Checkbox confirmation

2012-05-10 Thread madhu
with service also we can do but only single record deletion.instead of using service i called simple method in controller itself. i can use service and i can call simple method for deletion from service.that will work fine for single record deletion but how mutiple records based on checkboxes click

Re: how to implement Cash on Delivery?

2012-05-10 Thread indela
thank you all, i solved my problem with help of both. -- View this message in context: http://ofbiz.135035.n4.nabble.com/how-to-implement-Cash-on-Delivery-tp4622660p4623045.html Sent from the OFBiz - User mailing list archive at Nabble.com.

deletion of multiple records at a time

2012-05-10 Thread Madhu Gummalla
HI, i want to delete multiple records at a time using check boxes check by user.i have done for single record delete at a at time. code for single record delete In form :

Re: deletion of multiple records at a time

2012-05-10 Thread Amit Sharma
Hi Madhu, Trace the code for https://demo-trunk.ofbiz.apache.org:8443/partymgr/control/listUnknownPartyComms this page. HTH Thanks and Regards Amit Sharma On Thu, May 10, 2012 at 3:27 PM, Madhu Gummalla < madhu.gumma...@lntinfotech.com> wrote: > HI, > > i want to delete multiple records at a t

Re: Checkbox confirmation

2012-05-10 Thread Ankit Jain
Madhu, Try this code it will work for you what you are expecting. Add target in the form tag instead of you added Delete field in each row.

Re: Checkbox confirmation

2012-05-10 Thread Ravindra Mandre
On Thu, May 10, 2012 at 4:26 PM, Ankit Jain wrote: > Madhu, > > Try this code it will work for you what you are expecting. > > Add target in the form tag instead of you added Delete field in each row. > > use-row-submit="true" title="Selected Monument" > separate-columns="true" paginate-target=

eclipse OFBiz project is full of errors on import is this normal? I would apreciate some guidance to resources that could be helpful to resolve the problem

2012-05-10 Thread enfant_terrible
I tried importing the OFBiz 10.04.02 / svn realease 10.04 and the trunk version when I import any of these versions into eclipse (Eclipse Java EE IDE for Web Developers / Indigo) JDK 1.6, I get the following errors: Project 'ofbiz' is missing required source folder: 'framework/base/build/gen-sr

Re: deletion of multiple records at a time

2012-05-10 Thread madhu
thanx Amit. that is what exactly my requirement.but i am unable to trace the code for that.i am not getting how to get the code. for that grid(Communications from Unknown origin).could you please help me out. i am fresher and new to this ofbiz. -- View this message in context: http://ofbiz.13

Re: Checkbox confirmation

2012-05-10 Thread madhu
thanx...i have followed wat u told and i called that service method from service instead of calling directly from controller.but here when i click on that button it is deleting all the records at a time..but i want the checked records only to be deleted. thats why i am providing checkboxes option t

Re: Checkbox confirmation

2012-05-10 Thread madhu
thanx. i am passing "ticketid" as a parameter which is a pk in that table.i am passing like this so the button in the row when it is clicked,this id will be passed as a parameter for deletion. -- View this message in contex

Re: deletion of multiple records at a time

2012-05-10 Thread Amit Sharma
Please refer this https://cwiki.apache.org/OFBIZ/ofbiz-tutorial-a-beginners-development-guide.html for better understanding the code snippet given by Ankit in other thread. -- Thanks and Regards Amit Sharma On Thu, May 10, 2012 at 4:43 PM, madhu wrote: > thanx Amit. > that is what exactly my req

How and where to do URL Rewriting?

2012-05-10 Thread krishan.babbar
Please refer the links/references from where I can get step by step implementation of URL rewriting in Ofbiz. Thanks, Krishan Babbar Disclaimer: This email and any file

Re: eclipse OFBiz project is full of errors on import is this normal? I would apreciate some guidance to resources that could be helpful to resolve the problem

2012-05-10 Thread kiran
these errors will be go away after you build ofbiz. Regards, Kiran Gawde Senior Software Architect Object Edge Inc (925) 943 5558 x108 "There are two kind of people: Those who do the work and those who take the credit. Try to be in the first group because there is less competition there." "Nev

RE: eclipse OFBiz project is full of errors on import is this normal? I would apreciate some guidance to resources that could be helpful to resolve the problem

2012-05-10 Thread enfant_terrible
Thank you for your input; But the compiler reports the following error: "the project cannot be built until build path errors are resolved" And when I go ahead and run 'ant' is when I get all the error as shown in the graphic included in my original post. Thanks! From: kiran [via

RE: eclipse OFBiz project is full of errors on import is this normal? I would apreciate some guidance to resources that could be helpful to resolve the problem

2012-05-10 Thread kiran
run the ant build (build.xml) Regards, Kiran Gawde Senior Software Architect Object Edge Inc (925) 943 5558 x108 "There are two kind of people: Those who do the work and those who take the credit. Try to be in the first group because there is less competition there." "Never give up on what you

Re: how to implement Cash on Delivery?

2012-05-10 Thread Andre Maule
--Original Message-- From: indela To: user@ofbiz.apache.org ReplyTo: user@ofbiz.apache.org Subject: Re: how to implement Cash on Delivery? Sent: May 10, 2012 04:57 thank you all, i solved my problem with help of both. -- View this message in context: http://ofbiz.135035.n4.nabble.com/h

Re: European VAT TaxAuthority and show prices with VAT included

2012-05-10 Thread Jacques Le Roux
Release.revision? Jacques From: "Nandani Aggarwal" Hello All, I have set tax included in price as true in Tax Authority and for each product.Set Show prices with tax included as true in store. I can display correct product price , subtotal and grand total (including tax in price) during chec

RE: eclipse OFBiz project is full of errors on import is this normal? I would apreciate some guidance to resources that could be helpful to resolve the problem

2012-05-10 Thread enfant_terrible
Hi Kiran; Thanks for the help; I've always run the ant build on build.xml, I've tried doing it outside Eclipse and from within Eclipse. When I run 'ant' the project builds successfully, but the errors never go away, if I manually insert the directories or I remove them from the build p

Re: European VAT TaxAuthority and show prices with VAT included

2012-05-10 Thread Nandani Aggarwal
Thanks Jacques , i got solution of my problem.. On Fri, May 11, 2012 at 12:17 AM, Jacques Le Roux < jacques.le.r...@les7arts.com> wrote: > Release.revision? > > Jacques > > From: "Nandani Aggarwal" > > Hello All, >> >> I have set tax included in price as true in Tax Authority and for each >> p

RE: eclipse OFBiz project is full of errors on import is this normal? I would apreciate some guidance to resources that could be helpful to resolve the problem

2012-05-10 Thread kiran
Hmm. I have been using 11.04 build. And not facing these issues. Regards, Kiran Gawde Senior Software Architect Object Edge Inc (925) 943 5558 x108 "There are two kind of people: Those who do the work and those who take the credit. Try to be in the first group because there is less competition

Setup reappears in top menu

2012-05-10 Thread Thibault Saint-Marc
Hi All, I am using 11.04 'release'. - I already did the Setup (did the 'set to complete') - 'Setup' has disappeared from menu, as expected. - then I create a new component with 'ant create-component' - I go to that application in the browser the Setup menu appears in the menu (I have the correspo

Re: Setup reappears in top menu

2012-05-10 Thread Deepak Dixit
Hi Thibault, app-bar-display attribute of webapp is used to show or hide the component in application menu bar, default value is true, Please cross check your webapp definition in ofbiz-component.xml, it might be possible that the value of app-bar-display is set to false. Thanks & Regards --

Re: how to use ofBiz service in .Net application?

2012-05-10 Thread devalpatel
Rajbir, You have suggested to wrap the ofBiz services into our own SOAP services that returns the primitives types or whatever we want. So, does the SOAP services will be implemented and deployed in ofBiz ? because, i am not clear about how to fit the independent SOAP services into the ofBiz fra

Re: join the ofbiz

2012-05-10 Thread Pierre Smits
Welcome. 2012/5/11 mingchen xiao > hi,i'm an ofbiz developer in beijing,china >

Re: how to use ofBiz service in .Net application?

2012-05-10 Thread Rajbir Saini
Deval, Yes, you will need to implement the SOAP services and deploy them in the OFBiz. You can use Axis2 (Older version is part of OFBiz) or you can use CXF to deploy your services. I understand it is going to be a lot of work but I think this is the best way out looking at the state of OFBiz

Re: Setup reappears in top menu

2012-05-10 Thread Thibault Saint-Marc
Hi Deepak, app-bar-display is already "true", otherwise it is my own component that doesn't appear in the menu, that's all :-)) my problem is different. it is the other component "Setup" that appears (when I go in my component) or not (when I am in other components). It looks like the condition f

Re: How and where to do URL Rewriting?

2012-05-10 Thread Jacques Le Roux
You can use a front end like Apache HTTPD+ mod_rewrite, or use Tuckey internally (servlet) http://markmail.org/message/4rxacezchlfgsfyg Jacques From: Please refer the links/references from where I can get step by step implementation of URL rewriting in Ofbiz. Thanks, Krishan Babbar --

Re: join the ofbiz

2012-05-10 Thread Jacques Le Roux
Welcome Xiao, Jacques From: "Pierre Smits" Welcome. 2012/5/11 mingchen xiao hi,i'm an ofbiz developer in beijing,china

Re: How and where to do URL Rewriting?

2012-05-10 Thread madhu
hi Amit, its really a nice link to know about ofbiz developement.i went throgh the total article.i have done like that only for developing my component previously.but i did not get the idea for my requirement which is there in this link https://demo-trunk.ofbiz.apache.org:8443/partymgr/control/l