Re: Advice wether to use workflow engine

2010-10-17 Thread BJ Freeman
the code itself is best way. Using the webtools for entities is also helpful. also keeping track of the commits that may effect the code you are working with. Feel free to write up any of your findings in the wiki for future users. = BJ Freeman Strategic Power

Re: Checkbox confirmation

2010-10-17 Thread BJ Freeman
any form fields will be found in the context or passed through the controller to Service or event. you can find many examples. your service or event can then act on this and pass back to the controller a message that the controller then select the appropriate view from the message. You can

Re: Invoice Generation throws error

2010-10-17 Thread BJ Freeman
Seed data does not install organizational data. you have to take the demo data and modify it as your ext data = BJ Freeman Strategic Power Office with Supplier Automation http://www.businessesnetwork.com/automation/viewforum.php?f=52 Specialtymarket.com

Re: Checkbox confirmation

2010-10-17 Thread Shereen
Thanks a lot for your help so what I understand is that I can use that checkbox even if it's not in the entity it's just a form field and I can check for it in the create service I tried to do that checking but if it was completely ignored as if the condition has no existence so would you please

Re: Checkbox confirmation

2010-10-17 Thread Jacques Le Roux
Simply check for Y, something like if-compare field=parameters.myCheckField value=Y operator=equals ... /if-compare Same for radio buttons Jacques From: Shereen sheri_ash...@hotmail.com Thanks a lot for your help so what I understand is that I can use that checkbox even if it's not in the

Re: Invoice Generation throws error

2010-10-17 Thread Jacques Le Roux
BTW I wonder if the setup component (which only shows if seed are used, not demo data) does not handle it. If not it should... Could you test Williams? (Ha! no, it's not in 9.04, forget it) Jacques From: BJ Freeman bjf...@free-man.net Seed data does not install organizational data. you have

Re: Checkbox confirmation

2010-10-17 Thread Shereen
Thanks for your contribution I've tried this it didnt work at first because I didnt update the service definition file I decided to post my updates so anyone who faces similar problem may get use of it -- View this message in context:

Re: Account and Lead assign to me

2010-10-17 Thread Shereen
Anyone can help in leads and contact problems? why when a lead or a contact is created by someone it doesnt show up in his my lists. why he still have to press assign to me. I've checked the records in the database and I found them correct the owner of the lead or contact is recorded correctly.

fisheye link on ofbiz site wrong?

2010-10-17 Thread Hans Bakker
I see that the fisheye link on the ofbiz site is not working. the link goes to: http://fisheye6.cenqua.com/browse/ofbiz which does not work. https://fisheye6.atlassian.com/browse/ofbiz is however working? any reason why it is set this way? -- Ofbiz on twitter: http://twitter.com/apache_ofbiz

Re: ./startofbiz.sh doesn't start : JDK problem ?

2010-10-17 Thread Shi Jinghai
Here is a patch for this problem: https://issues.apache.org/jira/browse/OFBIZ-3993 在 2010-10-13三的 10:58 +0200,f...@free.fr写道: You have to change ListMapString, String featureCountList = FastList.newInstance(); to ListMapString, ? extends Object featureCountList =

Re: web path address problem, Is it a bug?

2010-10-17 Thread Atul Vani
We generally use URLs of this type http://localhost:8080/practice/control/* So, the correct URL for main page would be http://localhost:8080/practice/control/main And for person page it would be http://localhost:8080/practice/control/person -- Thanks Regards Atul Vani Enterprise