I am porting an application to FarCry and am trying to get my mind
around the FarCry way of doing things.

Currently I have several different content types (ex. NewsItem,
Conference) that get conjured by
/go.cfm?objectid=[objectid]&method=[displayMethod]

There are several different display methods for each content type. For
example, our Conference type has display methods 'display' (shows the
body content), 'displaySchedule' (shows the related schedule items),
etc.

I have created webskin display.cfm methods for the conference type and
have created publishing rules that display links to the conference.
This is working fine to display the conference body field and a
container which will contain links to additional webskin display
methods for the conference (displaySchedule, displayParticipants). I am
unsure how I should format the link to conference to use the webskin
displaySchedule.cfm method instead of the default webskin display.cfm.
I'm using the default conjuror which just contains the nj:display tag.

Am I going about this wrong? Do I need a more sophisticated conjuror?
Should I be creating different pages for each content item and method?
When it comes to the NewsItem type I have thousands, I don't think they
should appear in the site tree.

Thanks!

Derek


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

Reply via email to