Re: svn commit: r792113 - /ofbiz/trunk/framework/base/src/org/ofbiz/base/util/UtilDateTime.java

2009-07-17 Thread Adrian Crum
The problem is in line 1647 of ModelFormField.java (which assumes the key is a String). Any fixes should be done there. -Adrian Anil Patel wrote: Adrian, I started to use ExpressionUIHelper.getMonthValueList() for populating months in form dropdown elements. We are facing problem when value

Re: svn commit: r792113 - /ofbiz/trunk/framework/base/src/org/ofbiz/base/util/UtilDateTime.java

2009-07-16 Thread Anil Patel
Adrian, I started to use ExpressionUIHelper.getMonthValueList() for populating months in form dropdown elements. We are facing problem when value returned by ExpressionUIHelper.getMonthValueList is given to Form widget dropdown element, {code} +target="MonthlyTrialBalance" title="Find

Re: svn commit: r792113 - /ofbiz/trunk/framework/base/src/org/ofbiz/base/util/UtilDateTime.java

2009-07-08 Thread Adrian Crum
Anil, There are a number of UI helper methods like this already in ExpressionUIHelper.java. -Adrian apa...@apache.org wrote: Author: apatel Date: Wed Jul 8 12:33:16 2009 New Revision: 792113 URL: http://svn.apache.org/viewvc?rev=792113&view=rev Log: Added method to return List of month num