You forget the plugin attribute within ft:objectadmin.
Try
<ft:objectadmin
typename="cmiSPCaseStudies"
permissionset="cmiSPContent"
title="Sales Partners Site: Case Studies"
description="Manage case studies for sales partners web site"
columnList="title,datetimelastupdated,datetimecreated,status"
sortableColumns="title,datetimelastupdated,datetimecreated,status"
lFilterFields="title"
plugin="YourPluginName"
sqlorderby="datetimelastupdated,title asc"
module="/cmiSalesReps.cfm" />
2007/7/24, Chris Roth <[EMAIL PROTECTED]>:
>
> I am calling the admin from a PLUGIN folder... when I admin my custom
> type using something like below:
>
> <ft:objectadmin
> typename="cmiSPCaseStudies"
> permissionset="cmiSPContent"
> title="Sales Partners Site: Case Studies"
> description="Manage case studies for sales partners web site"
> columnList="title,datetimelastupdated,datetimecreated,status"
> sortableColumns="title,datetimelastupdated,datetimecreated,status"
> lFilterFields="title"
> sqlorderby="datetimelastupdated,title asc"
> module="/cmiSalesReps.cfm" />
>
> the addition or edit is processed but a "blank" screen is returned
> instead of the object list.
>
> do I need to add the plugin path somewhere?
>
>
> >
>
--
Martin Orth und Dagmar Pilatzki GbR
Schau ins Land 7
51429 Bergisch Gladbach
Tel. 02202 862512
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"farcry-dev" 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/farcry-dev?hl=en
-~----------~----~----~----~------~----~------~--~---