Working on my first MG/ORM app and have run into an issue.

I've got a very basic 'user' table (4 records) and have setup my
properties:

        <cfproperty name="userid" fieldtype="id" type="numeric">
        <cfproperty name="firstname">

And my views are generated but when I hit them I get:

form.user.cfm = The getuserid method was not found.
Either there are no methods with the specified method name and
argument types or the getuserid method is overloaded with argument
types that ColdFusion cannot decipher reliably. ColdFusion found 0
methods that match the provided arguments. If this is a Java object
and you verified that the method exists, use the javacast function to
reduce ambiguity.

display.user.cfm = getfirstname method was not found.

list.user.cfm  = displays but has no records

I've gone through the "NewScaffolds" demo in the samples folder and
the only difference is I'm not generating my db on the fly.

What could I be missing?

Jim

-- 
Model-Glue Sites:
Home Page: http://www.model-glue.com
Documentation: http://docs.model-glue.com
Bug Tracker: http://bugs.model-glue.com
Blog: http://www.model-glue.com/blog

You received this message because you are subscribed to the Google
Groups "model-glue" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/model-glue?hl=en

Reply via email to