[ACFUG Discuss] Using tabs in CFLAYOUT

2009-05-27 Thread Szwedo . Ed
I have both a specific and a general question for the group. Specific question: Anyone know how to use the underlying Ext lib to register events? My goal is to register the same events for all tabs. The events will change the color of the tab text onmouseover and change it back onmouseout. S

Re: [ACFUG Discuss] Web Service Problem

2009-05-27 Thread Gerry Gurevich
Good thoughts Charlie. But any one of the arguments in the comment will cause the SOAP envelope to become invalid. Commenting all of them out, returns a valid envelope. Anyone have some ideas? Does anyone know of a webservice that is being produced by ColdFusion that ca

Re: [ACFUG Discuss] Web Service Problem

2009-05-27 Thread Gerry Gurevich
A little clarification of my initial description: I had indicated that the SOAP envelope was formed wrong...but it turns out that this was the tool that I was using to generate the SOAP request that was malforming the outbound request. Presumably it is because of something in the WSDL. But I'm i

RE: [ACFUG Discuss] Web Service Problem

2009-05-27 Thread Charlie Arehart
So are you saying that in fact things are ok, if you don't use that tool? And as far as tools to analyze web services, there are those built into Dreamweaver and Eclipse (with the Adobe CF Extensions). Have you tried either of those? Each of these can explore any web service URL you provide, and s

RE: [ACFUG Discuss] Web Service Problem

2009-05-27 Thread Ramirez, Ruben - Curtis 1000
I have used SoupUI (http://www.soapui.org/), which is in on the CF411 list. You give your WSDL address and it allows you to make requests. As Charlie mentioned, this will confirm if the problem is with the web service itself. The other reason this was a big deal for me is that it shows you what th

Re: [ACFUG Discuss] Web Service Problem

2009-05-27 Thread Gerry Gurevich
Thanks Ruben. I had already downloaded SOAPUI, but was using a different tool on the recommendation of a colleague. Turns out it was the tool. Thanks also to Charlie for your suggestions. Sorry to bother the list with this non-issue. On Wed, May 27, 2009 at 12:59 PM, Ramirez, Ruben - Curtis

Re: [ACFUG Discuss] Using tabs in CFLAYOUT

2009-05-27 Thread Teddy R. Payne
Ed, tags generate HTML that JavaScript is rendered against. A will create a when returned to the browser. Now, the normal rules of the Document Object Model apply regardless of the hierarchy of JavaScript created in CF using your example like: ColdFusion.Layout.getTabLayout('catalogSearch');

RE: [ACFUG Discuss] Sending large numbers of eMail via ColdFusion

2009-05-27 Thread Clarke Bishop
Thanks for the ideas Troy, Dawn, and Doug! I decided to try out cfthread as my code was already much like what Troy suggested. Here's what I have now: The only thing is the thread doesn'