On 11/01/07, Elizabeth <[EMAIL PROTECTED]> wrote: > > One question does either of you have an eg of display template code you > use in conjunction with one of your own custom rules pls. One > possibility is that I have not been referencing the data properly in my > display method - hence a blank container. >
Try doing a dump of stObj in your display template also you need to have cfoutput around the full output because output is suppressed by <cfsetting ...> Or try dumping a variable that you set in the display template so that you know it exists and will definitely be displayed if the template is loaded. Stephen --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
