Re: Extending a form which uses auto-fields-service

2010-06-26 Thread Vikas Mayur
To position some of the fields in a separate column you would need to explicitly define those fields and with a position attribute on it. Regards Vikas On Jun 24, 2010, at 7:16 PM, Ravindra Mandre wrote: Yes , I also tried the sort-order but this does not fulfill the requirement , as

Re: FastCollection.add - UnsupportedOperationException Re: concurrent, parallel loading stuff

2010-06-26 Thread Adrian Crum
Maybe you could substitute an ArrayList for now and put a FIXME comment before it that refers to the Javolution bug report. -Adrian --- On Fri, 6/25/10, Adam Heath doo...@brainfood.com wrote: From: Adam Heath doo...@brainfood.com Subject: Re: FastCollection.add - UnsupportedOperationException

Discussion: New Field Types

2010-06-26 Thread Adrian Crum
The blob field type is being used as a catch-all for multiple binary types. Right now getting an object from a blob field type could return a byte array, a deserialized Java object, or a javax.sql.rowset.serial.SerialBlob object. There is no way to know for sure what will be returned - the

[jira] Commented: (OFBIZ-3830) jQuery Calendar Implementation

2010-06-26 Thread Erwan de FERRIERES (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-3830?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12882843#action_12882843 ] Erwan de FERRIERES commented on OFBIZ-3830: --- Done at 958236. Thanks Sascha !

Discussion: Entity Engine Field Validators

2010-06-26 Thread Adrian Crum
The entity engine allows you to specify field validators in two places: in the fieldtypeXxx.xml files and in the the entity definition. The validators in the fieldtype files are not used as far as I can tell. The validators in the entity definitions require complicated client code to use them

Re: Discussion: Entity Engine Field Validators

2010-06-26 Thread David E Jones
The validators are only used in the WebTools Entity Data Maintenance screens. They are intentionally not used in other parts of the project as validation is best in the logic layer, and not in the data layer (makes things far more reusable and flexible). I actually consider these to be a bad

Re: Discussion: Entity Engine Field Validators

2010-06-26 Thread Adrian Crum
Cool - thanks! -Adrian --- On Sat, 6/26/10, David E Jones d...@me.com wrote: From: David E Jones d...@me.com Subject: Re: Discussion: Entity Engine Field Validators To: dev@ofbiz.apache.org Date: Saturday, June 26, 2010, 9:58 AM The validators are only used in the WebTools Entity Data

Re: Discussion: New Field Types

2010-06-26 Thread Jacques Le Roux
Looks like a good idea to me. I suppose you would keep backward compatibility? Jacques From: Adrian Crum adrian.c...@yahoo.com The blob field type is being used as a catch-all for multiple binary types. Right now getting an object from a blob field type could return a byte array, a

[jira] Reopened: (OFBIZ-3830) jQuery Calendar Implementation

2010-06-26 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-3830?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux reopened OFBIZ-3830: Hi Sascha, Erwan, By default the calendar is not giving back the current time but (I guess)

Embeding lable tags in description fields.

2010-06-26 Thread BJ Freeman
can't seem to find the discussion as to how to do this. StatusType description=Employment Application Status hasTable=y parentTypeId= statusTypeId=EMPLOYMENT_APP_STTS/ to StatusType description=$(EmploymentApplicationStatus) hasTable=y parentTypeId= statusTypeId=EMPLOYMENT_APP_STTS/