Hey guys I have a strange problem going on. I have this cfwindow that I'm 
putting a cfdiv inside. I've done the same thing on other parts of my site. And 
it works there for some reason though it isn't working here just nothing shows 
up, no error just no output. Like the cfdiv isn't even there. I've also tried 
to do a cfinclude. It gives an error that the template can't be found, or there 
needs to be a mapping. Here is the code I use for the cfdiv.

        <cfdiv 
bind="url:/admin/notes/noteDiv.cfm?noteCategory=businessListing#url.listingID#" 
id="noteDiv"> 

here is the code from the page that works. 

<cfdiv bind="url:/admin/notes/noteDiv.cfm?noteCategory=faxes#url.faxId#" 
id="noteDiv">

The listing id gets passed to cfwindow I've checked.  I really don't know what 
is happening. The noteDiv page runs a query that gets the notes for a 
particular category. It has output if there is no notes for the category so I 
should always be seeing something. And I can run the page that is supposed to 
be displayed in the cfdiv manually and it displays just fine. Any input would 
be great. I'll answer any questions you have also.


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-newbie/message.cfm/messageid:4896
Subscription: http://www.houseoffusion.com/groups/cf-newbie/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.15

Reply via email to