Re: r982596: Error message at home page

2010-08-06 Thread Adrian Crum
That is the same error you posted earlier. You are not using the correct URL to view a page. -Adrian --- On Fri, 8/6/10, Bahman Movaqar b.mova...@gmail.com wrote: From: Bahman Movaqar b.mova...@gmail.com Subject: Re: r982596: Error message at home page To: OfBiz Users' List

Problem while rendering Freemarker templates through CMS

2010-08-06 Thread Ganesh Bawne
I am using CMS to store Freemarker templates. These freemarker templates are called inside the Screen Widgets using Content element. My freemarker templates also include other screens as well as HTML tags such as div. Screens inside the freemarker template are rendered using

Re: Problem while rendering Freemarker templates through CMS

2010-08-06 Thread Scott Gray
Hi Ganesh, I fixed this in the trunk earlier in the year but I guess I didn't back port it to 9.04 (or you're using an old trunk revision). If you look at the commit history for MacroScreenRenderer.java from sometime around February or March you should be able to find the changes easily

Re: Problem while rendering Freemarker templates through CMS

2010-08-06 Thread Ganesh Bawne
Thank you Scott, I am using branch 10.04. URL: http://svn.apache.org/repos/asf/ofbiz/branches/release10.04 Revision: 966169 Last Changed Rev: 965809 Last Changed Date: 2010-07-20 16:52:34 +0530 (Tue, 20 Jul 2010) Thanks, Ganesh On Fri, Aug 6, 2010 at 4:28 PM, Scott Gray

Re: Problem while rendering Freemarker templates through CMS

2010-08-06 Thread Ganesh Bawne
Hi Scott, I verified the MacroScreenRenderer.java for branch 10.04 and the fixes are applied as you elaborated to Revision:932171. But I am still facing the problem in branch as well as in trunk. Thanks, Ganesh On Fri, Aug 6, 2010 at 4:37 PM, Ganesh Bawne ganesh4of...@gmail.com wrote: Thank

Re: Problem while rendering Freemarker templates through CMS

2010-08-06 Thread Scott Gray
Hmm that's strange. It does sound like a very similar problem though. screens.render(...) is probably using the response's writer whereas the content rendering is using it's own that later gets pushed to the response. One option is to write a freemarker TemplateDirective to use in place of

Re: Problem while rendering Freemarker templates through CMS

2010-08-06 Thread Ganesh Bawne
Thank you Scott, Very much appreciated your quick response with proper explanation. I can wait till you finish up your code, meantime I am also exploring the code in more details :) Thanks again, Ganesh On Fri, Aug 6, 2010 at 5:29 PM, Scott Gray scott.g...@hotwaxmedia.comwrote: Hmm that's

Re: Building a New Website Using ecommerce

2010-08-06 Thread OfBizSuds
Thanks again Raj. I think I can achieve my application specific requirement using the existing Data Model itself. But I am running into some problem. Hopefully someone can help me. My requirement is that for every user I need to save their favorite restaurant. In order to try out the back end I

Re: Building a New Website Using ecommerce

2010-08-06 Thread Raj Saini
I found setting up the PartyRelationship through UI a bit tricky. I am not suggesting that UI is not good, but I could not grasp it well. I suggest that you look into the PartyReltionship demo data and create it through entityengine xml. This will give you the idea how they are setup and then

order management

2010-08-06 Thread Anurag Walia
Please help me to find out this. How can i reduce the item returned for a created order. Thanks in advance Anurag Walia -- View this message in context: http://ofbiz.135035.n4.nabble.com/order-management-tp2316444p2316444.html Sent from the OFBiz - User mailing list archive at Nabble.com.

Re: Building a New Website Using ecommerce

2010-08-06 Thread BJ Freeman
A restruant is a facility so you would add a facility type for it. you can associate a party to a facitility with current code and ui. this lets then list all the restruants they go to. you can have a partyrelationship role of FavoriteRestruant. OfBizSuds sent the following on 8/6/2010 6:20

Re: ofbizsetup doc?

2010-08-06 Thread Pierce Wetter
On Aug 5, 2010, at 2:08 AM, Hans Bakker wrote: Ok I solved your chicken and egg problem by repairing the html doc generation on the demo server. The setup document can be found at: http://demo-trunk.ofbiz.apache.org/cmssite/cms/APACHE_OFBIZ_HTML#N20080 Cool, thanks. :-) I don't

Re: Building a New Website Using ecommerce

2010-08-06 Thread BJ Freeman
another approach is to usethe comments of party and prefreces the comment with FavoriteRestraunt: so then you only display the comment with that tag. BJ Freeman sent the following on 8/6/2010 8:30 AM: A restruant is a facility so you would add a facility type for it. you can associate a party