Dan here's my two scaffolds for the table,

<scaffold object="invoice"
                    type="list,edit,view"
          event-type="Admin,Sidebar,MainTemplate"
      propertylist="id,invoice_number,date,userId,addressId,comment"
          />
<scaffold object="invoice"
                    type="commit,delete" event-type="Admin"
          />
I don't think I need property list in either commit or delete, so it isn't a
part of it.

Here's the error.

*Message* Element userId is undefined in a CFML structure referenced as part
of an expression.  *Detail*
 *Extended Info*
 *Tag Context* 
C:\Websites\157900dq4\mg\config\scaffolds\views\BD952F44-9BBD-4746-B790A3B782A0BE4E.cfm
(16)
C:\Websites\157900dq4\Frameworks\ModelGlue\gesture\modules\scaffold\ScaffoldManager.cfc
(333)
C:\Websites\157900dq4\Frameworks\ModelGlue\gesture\modules\scaffold\ScaffoldManager.cfc
(61)
C:\Websites\157900dq4\Frameworks\ModelGlue\gesture\module\XMLModuleLoader.cfc
(522)
C:\Websites\157900dq4\Frameworks\ModelGlue\gesture\module\XMLModuleLoader.cfc
(74)
C:\Websites\157900dq4\Frameworks\ModelGlue\gesture\module\XMLModuleLoader.cfc
(92)
C:\Websites\157900dq4\Frameworks\ModelGlue\gesture\modules\internal\configuration\controller\ConfigurationController.cfc
(21)
C:\Websites\157900dq4\Frameworks\ModelGlue\gesture\eventrequest\EventContext.cfc
(298)
C:\Websites\157900dq4\Frameworks\ModelGlue\gesture\eventrequest\EventContext.cfc
(225)
C:\Websites\157900dq4\Frameworks\ModelGlue\gesture\eventrequest\phase\Configuration.cfc
(27)
C:\Websites\157900dq4\Frameworks\ModelGlue\gesture\eventrequest\EventContext.cfc
(155)
C:\Websites\157900dq4\Frameworks\ModelGlue\gesture\ModelGlue.cfc (215)
C:\Websites\157900dq4\Frameworks\ModelGlue\gesture\ModelGlue.cfm (58)
C:\Websites\157900dq4\mg\index.cfm (49)
But userId is a part of the table, and the scaffolds work if I remove the
propertylist line.
-- 
Chuck Savage
http://SeaRisen.com

-- 
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