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!




  

Reply via email to