Re: svn commit: r906526 - /ofbiz/trunk/framework/example/widget/example/FormWidgetExampleForms.xml

2010-02-08 Thread Bilgin Ibryam
Adrian Crum wrote: What if the labels are used somewhere other than a Freemarker template? We should not put Freemarker expressions in UI labels. I agree. The raw string literals are removed in r907610 It is important to understand what is causing the problem before trying to fix it. In

Re: svn commit: r906526 - /ofbiz/trunk/framework/example/widget/example/FormWidgetExampleForms.xml

2010-02-08 Thread Adrian Crum
--- On Mon, 2/8/10, Bilgin Ibryam bibr...@gmail.com wrote: From: Bilgin Ibryam bibr...@gmail.com Subject: Re: svn commit: r906526 - /ofbiz/trunk/framework/example/widget/example/FormWidgetExampleForms.xml To: dev@ofbiz.apache.org Date: Monday, February 8, 2010, 2:48 AM Adrian Crum wrote

Re: svn commit: r906526 - /ofbiz/trunk/framework/example/widget/example/FormWidgetExampleForms.xml

2010-02-07 Thread Bilgin Ibryam
Adrian Crum wrote: There is no UEL interpretation error. For some reason the labels were changed in rev 882948. I don't know what raw string literal means - but the change that was made in that commit is wrong. To escape an expression, you precede the dollar sign with a backslash:

Re: svn commit: r906526 - /ofbiz/trunk/framework/example/widget/example/FormWidgetExampleForms.xml

2010-02-04 Thread Adrian Crum
Jacques, I'm looking into this. It seems expression escaping is broken. -Adrian jler...@apache.org wrote: Author: jleroux Date: Thu Feb 4 15:33:27 2010 New Revision: 906526 URL: http://svn.apache.org/viewvc?rev=906526view=rev Log: Temporary workaround to avoid a bug in

Re: svn commit: r906526 - /ofbiz/trunk/framework/example/widget/example/FormWidgetExampleForms.xml

2010-02-04 Thread Jacques Le Roux
Thanks Adrian, Jacques From: Adrian Crum adri...@hlmksw.com Jacques, I'm looking into this. It seems expression escaping is broken. -Adrian jler...@apache.org wrote: Author: jleroux Date: Thu Feb 4 15:33:27 2010 New Revision: 906526 URL: http://svn.apache.org/viewvc?rev=906526view=rev

Re: svn commit: r906526 - /ofbiz/trunk/framework/example/widget/example/FormWidgetExampleForms.xml

2010-02-04 Thread Adrian Crum
There is no UEL interpretation error. For some reason the labels were changed in rev 882948. I don't know what raw string literal means - but the change that was made in that commit is wrong. To escape an expression, you precede the dollar sign with a backslash: \${escapedExpression}

Re: JUNK-Re: svn commit: r906526 - /ofbiz/trunk/framework/example/widget/example/FormWidgetExampleForms.xml

2010-02-04 Thread Adrian Crum
I believe the problem is the label is being evaluated twice. The solution would be to escape it twice. I tried escaping the label within the form widget, but that generated a different error. I don't have time right now to look into it further. -Adrian Jacques Le Roux wrote: Oops, Focused on

Re: JUNK-Re: svn commit: r906526 - /ofbiz/trunk/framework/example/widget/example/FormWidgetExampleForms.xml

2010-02-04 Thread Jacques Le Roux
OK, thanks Adrian, It seems we are all focused on more important tasks right now... We will see... Jacques From: Adrian Crum adri...@hlmksw.com I believe the problem is the label is being evaluated twice. The solution would be to escape it twice. I tried escaping the label within the form