I am having issues tracking down how to include a custom type display handler in a dmHTML template. I have tried using cfmodule to include the display.cfm page that is relevant to my Custom Type, but the stObj arguments are being carried over from the template rather than showing up with the included display.cfm object. What is the best way to include a dynamic custom type object on a dmHTML template?
If I understand you correctly you want to render a display method for a custom type within a display template for dmHTML. You need to do the following:
- instantiate the custom type object
- call getDisplay() with your custom types display method
-- geoff http://www.daemon.com.au/
--- You are currently subscribed to farcry-dev as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] Aussie Macromedia Developers: http://lists.daemon.com.au/
