I would switch it back to post and just add ?method=methodName to the action url.
Example: CFC: bookstore Method: getBook() <form action="bookstore.cfc?method=getBook> .... <input type="hidden" name="method" value="getBook" /> </form> Mike > From: Cedric Villat [mailto:[EMAIL PROTECTED] > I changed the form method from "post" to "get" so that it > passed the form fields via the URL and magically it started > working. What is interesting is that I am still running this > site on 6.1, but CFMX7 is installed on that machine on the > built-in webserver. > > Does it make sense that the behavior of my form/cfc would > change when running on the same CFMX 6.1 instance, just > because I installed CFMX7 on that machine? > >> From: Michael T. Tangorre [mailto:[EMAIL PROTECTED] > > > >> Did you confirm your mappings and locations to the CFCs? > Nothing else > >> changed? You have the hidden form field "method"? > > > >I overlooked something in CFMX 7. Seems as though the method name is > >required in the URL on the action of the form now... > >http://livedocs.macromedia.com/coldfusion/7/htmldocs/wwhelp/w > whimpl/js/html/ > >wwhelp.htm ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket application http://www.houseoffusion.com/banners/view.cfm?bannerid=48 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:195346 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

