Here's an important tip that sort of extends what David said... Remove all the custom tag paths you currently have defined for any Plum projects -- new or old -- and in their place define only a single custom tag path to a customtags directory for a Plum project that has been built from scratch using Private Beta 4.
If you don't do this then you will execute custom tags from old versions of Plum, and that will cause a problem for all of us (you throwing errors and us trying in vain to track down something that most likely can't be reproduced). Respectfully, Adam Phillip Churvis Member of Team Macromedia Advanced Intensive ColdFusion MX Training: * ColdFusion MX Master Class * Advanced Development with CFMX and SQL Server 2000 http://www.ColdFusionTraining.com Download CommerceBlocks V2.1 and LoRCAT from http://www.ProductivityEnhancement.com The ColdFusion MX Bible is in bookstores now! ----- Original Message ----- From: "David Churvis" <[EMAIL PROTECTED]> To: <[email protected]> Sent: Monday, April 05, 2004 10:03 AM Subject: Re: [plum] Plum Private Beta 4 available for download Hi Frederic, This error doesn't seem like it came from a list; rather, this error would have been thrown from either a search form, an edit form, or an add form. When you created the project, did you point your custom tag mapping to the CustomTags directory in your new project, or is it still pointing to the custom tags in your old Plum project? Try changing this mapping, and let me know if this resolves your issue. ----- Original Message ----- From: frederic valone To: [email protected] Sent: Saturday, April 03, 2004 1:54 PM Subject: Re: [plum] Plum Private Beta 4 available for download Adam, I created a plum project and generated the code. On one of the database list pages I recieve the following error Element SUPPRESSTIME is undefined in a Java object of type class coldfusion.runtime.AttributeCollection referenced as The page throwing the error contains this code: <cf_DisplayList table="schedule" rowsPerPage="50" label="Schedules" displayALinkToThisSearchForm="scheduleSearchForm.cfm"> <cf_PrimaryKey primaryKeyColumn="scheduleID" primaryKeyType="integer"> <cf_DisplaySortOrderMenu> <cf_DisplaySortOrderOption displayText="Schedule ID" sortOrder="schedule.scheduleID ASC"> </cf_DisplaySortOrderMenu> <cf_DisplayDeleteCheckboxInList> <cf_DisplayColumnInList column="scheduleDate" label="Schedule Date" type="datetime"> <cf_DisplayColumnInList column="scheduleDetails" label="Schedule Details" type="text"> <cf_DisplayColumnInList column="scheduleID" label="Schedule ID" type="integer"> <cf_DisplayColumnInList column="scheduleTitle" label="Schedule Title" type="varchar(155)"> <cf_DisplayColumnInList column="venueID" label="Venue ID" type="varchar(50)"> <cf_DisplayListLinks add="scheduleAddForm.cfm" view="scheduleViewForm.cfm" edit="scheduleEditForm.cfm" delete="scheduleDeleteForm.cfm"> </cf_DisplayList> There are no entries in the table this is trying to list . Any ideas what may be causing this? Thanks Frederick [EMAIL PROTECTED] wrote: Plum Private Beta 4 available for download Check out the new Stored Procedure Generator and Component Generator under the Utilities menu! Next week we're adding the Unit Test Generator, and that will blow you away. Private Beta 5 will have the Unit Test Generator in it, and that should be ready sometime around the 13th. Until then have a go at this release and let us know what you think. You'll need a new License Key for this one, so you know the drill... click the Copy to Clipboard button in the dialog that appears when you run the Plum IDE, then paste it into this form: http://www.productivityenhancement.com/ExtendTrial.cfm then enter your email address and submit. We'll email you a new License Key that will be good for the length of this Private Beta cycle (about two weeks). Download Private Beta 4 here: http://www.productivityenhancement.com/download/PlumSetup-00626-PrivateBeta4.zip Respectfully, Adam Phillip Churvis Member of Team Macromedia Advanced Intensive ColdFusion MX Training: * ColdFusion MX Master Class * Advanced Development with CFMX and SQL Server 2000 http://www.ColdFusionTraining.com Download CommerceBlocks V2.1 and LoRCAT from http://www.ProductivityEnhancement.com The ColdFusion MX Bible is in bookstores now!
