> Jeez! The </cfstoredproc> tag fixed it. My Homesite + 5.5 > doesn't seem > to think cfstoredproc needs a closing tag. Grr.
Well if it threw the missing parameter error, then technically it doesn't need it... but only if your stored procedure doesn't have any arguments... So what's happening is it's dutifully attempting to execute the sproc with no arguments, gets the error and then doesn't attempt to execute the procparam arguments where you would otherwise get the "not within a cfstoredproc" error... Though I'd have expected it would have thrown that error first since the server needs to validate some syntax prior to creating the java class file -- I'd have expected it would have seen the cfprocparam outside of a closed cfstoredproc tag and immediately produced the "I don't know how to create a class with this" error. Does it not do that so you can use <cfinclude> to include cfprocparam tags? And if so, then why doesn't that work with cfqueryparam? Oh well... I'm rambling... s. isaac dealey 954.522.6080 new epoch : isn't it time for a change? add features without fixtures with the onTap open source framework http://www.fusiontap.com http://coldfusion.sys-con.com/author/4806Dealey.htm ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:207299 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

