Nick Tong - TalkWebSolutions.co.uk wrote: > I'm having an issue with viewing my cfcs in one particular project. > If i > call the page directly i get a blank screen but if i call it via the > cfcexplorer i get to view the methods? I'm not sure whats wrong? > > i.e. > http://myurl/CFIDE/componentutils/cfcexplorer. > cfc?method=getcfcinhtml&name=test&path=/user/test.cfc > works > http://myurl/user/test.cfc returns blank
Using the onRequest() method of Application.cfc has that effect. In that method, check if it is a direct call for a CFC and do the redirect to the component explorer manually. Jochem ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/cf_lists/message.cfm/forumid:4/messageid:246733 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

