Re: Apache OFBiz development

2009-01-19 Thread Wicus
Thanks once again to all whom replied to my query. It is really appreciated. The errata has been already submitted to http://www.packtpub.com/support/book/apache-ofbiz-development-beginners-tutorial and is as follows:- page 41 Code19 Nov 08 Under the heading 'Editing the User-Inte

Re: Apache OFBiz development

2009-01-19 Thread Wicus
Thanks for the reply guys. Though it does display now, the specific text box already has "(mechMap.postalAddress.planet)!" within it... where it should actually wait for user input before writing to / reading from the database... http://www.nabble.com/file/p21542741/Planet%2BEntity.jpeg The

Re: Apache OFBiz development

2009-01-19 Thread Santosh Malviya
Hello Wicus, Actually you are getting error in second input box of missing "!" (if_exists) at the end of value and should be like. Wicus wrote: When changing the statement to: Ofbiz is happier, yet does not display as expected. (Please refer to attached pic) http://www.nabble.com/fil

Re: Apache OFBiz development

2009-01-19 Thread Wicus
When changing the statement to: Ofbiz is happier, yet does not display as expected. (Please refer to attached pic) http://www.nabble.com/file/p21541933/Entity.jpeg Entity.jpeg Warning : Noob in training :working: -- View this message in context: http://www.nabble.com/Apache-OFBiz-devel

Re: Apache OFBiz development

2009-01-19 Thread Roel Veldhuizen
should be 2009/1/19 Wicus : > > Hi, > > Working through the Apache OFBiz development : The Beginner's Tutorial, I'm > experiencing the following error when trying to update the User-Interface > (when creating a new enitity) as explained on pages 39 - 41. > > Error rendering included template

Re: Apache OFBiz development

2009-01-19 Thread Santosh Malviya
Hello Wicus, In this line you have included extra double quote(") before } so remove it and give it a try... Wicus wrote: Hi, Working through the Apache OFBiz development : The Beginner's Tutorial, I'm experiencing the following error when trying to update the User-Interface (when creati