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

2010-10-17 Thread pankaj savita
We just need to write URL http://localhost:8080/practice/ then it internally append control/main to it. It is defined in indes.jsp : <%response.sendRedirect("control/main");%>. -- Thanks & Regards, Pankaj Savita Mob: +91 9890262476 Mail to: pankajsav...@gmail.com On Mon, Oct 18, 2010 at 9:34 A

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 Softwar

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 > > List> featureCountList = FastList.newInstance(); > > to > > List> featureCountList = > > FastList.newInstance(); > > > > and > > public

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 M

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.

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: http://ofbiz.135035.n4.nabble.com/Checkbox-confirmation-tp29

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" Seed data does not install organizational data. you have to take the demo da

Re: Checkbox confirmation

2010-10-17 Thread Jacques Le Roux
Simply check for "Y", something like ... Same for radio buttons Jacques From: "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 ch

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 t

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 Specialtymarket.com

Re: Variant Features @ Invoice

2010-10-17 Thread BJ Freeman
if I remember right the orderItem has an relationship to the feature. you can pull the data from that into the invioceitem.Itemdescription = BJ Freeman Strategic Power Office with Supplier Automation Speci

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 also

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 Office