Re: Errors in screen while running findByAnd

2012-05-18 Thread Adrian Crum
On 5/18/2012 5:50 AM, Adam Heath wrote: On 05/17/2012 12:23 PM, Jacopo Cappellato wrote: file are attached; that bug tracker is really awful. This is all becoming very troubling. == example methods String a(String name, List list) {} String a(String name, Map map) {} String a(Object[] args)

Re: Errors in screen while running findByAnd

2012-05-18 Thread Jacopo Cappellato
that API is actually rather old and the class has been deprecated and then reimplemented. Jacopo On May 18, 2012, at 10:13 AM, Deepak Dixit wrote: Hello Adam, We can't pass *null* from ftl if we have to pass null then we can use *NULL* like: #assign productStroe =

Re: Errors in screen while running findByAnd

2012-05-17 Thread Adam Heath
On 05/17/2012 10:56 AM, Jacopo Cappellato wrote: Looks good to me, are you going to attach it to the ticket I have created in the Freemarker bug tracker? I'll do it; what's the other bug#? Do we want to bump the severity?

Re: Errors in screen while running findByAnd

2012-05-17 Thread Adam Heath
On 05/17/2012 10:57 AM, Adam Heath wrote: On 05/17/2012 10:56 AM, Jacopo Cappellato wrote: Looks good to me, are you going to attach it to the ticket I have created in the Freemarker bug tracker? I'll do it; what's the other bug#? Do we want to bump the severity? I'm just waiting on

Re: Errors in screen while running findByAnd

2012-05-17 Thread Adam Heath
On 05/17/2012 11:48 AM, Jacopo Cappellato wrote: wonderful I can't seem to attach files to that issue, maybe because I didn't originally file it. Could you see if you can attach both files? If you can, but I can't, then the sf tracker is really stupid.

Re: Errors in screen while running findByAnd

2012-05-17 Thread Adam Heath
On 05/17/2012 11:50 PM, Adam Heath wrote: On 05/17/2012 12:23 PM, Jacopo Cappellato wrote: file are attached; that bug tracker is really awful. This is all becoming very troubling. == example methods String a(String name, List list) {} String a(String name, Map map) {} String a(Object[]

Re: Errors in screen while running findByAnd

2012-05-16 Thread Adam Heath
On 05/16/2012 11:30 AM, Adam Heath wrote: On 05/16/2012 11:18 AM, Adam Heath wrote: On 05/16/2012 11:05 AM, Adam Heath wrote: On 05/16/2012 06:41 AM, Jacopo Cappellato wrote: https://demo-trunk.ofbiz.apache.org/ordermgr/control/orderview?orderId=Demo1002 This may be a stupid question, but