Re: Dynamic Getters and Setters

2010-05-26 Thread Brad Haas
But isn't it a problem to use CFINVOKE with getters and setters? Wouldn't the object be reinstantiated for every single method call? Am I wrong in assuming this? --Brad >**untested** > > > > > > >I don't use cfinvoke, so I may have the syntax a bit wrong... > > > > > >HTH ~

Dynamic Getters and Setters

2010-05-25 Thread Brad Haas
The fields on my form are the same as in my database so I was wanting to loop over the form fields and populate the setters in a bean. So basically the methods are dynamic. Here's what I've been trying but it doesn't work but it does not work:

Re: Nested Paired Custom Tags

2008-12-12 Thread Brad Haas
That makes sense. I appreciate everyones help. >By moving the inside of the executionMode check, you're only >executing it once. If you have it outside of that check, it executes on >both executionMode=start and executionMode=end. ~~

Re: Nested Paired Custom Tags

2008-12-11 Thread Brad Haas
Thanks Ray. That worked. The only problem now is I don't understand why. Anyone care to fill me in on why this little shuffle around of code prevented the double execution. Thanks again, ColdFused >Remove the cfparam and move the cf_associate to the end portion of >child. Here is my child.cfm

Nested Paired Custom Tags

2008-12-11 Thread Brad Haas
I've got a problem I've never run into before with nested custom tags. I'm using nested paired tags: ...some text here ...more text When I dump #ThisTag# all the AssocAttribs are doubled. I belive I'm taking steps to prevent this but here is some code to look over:

CF 8 - Multiple Site Issue

2008-11-19 Thread Brad Haas
I've got CF 8 set up on a Windows 2003 SP 2 box using IIS. I have three sites running: (1) Default C:\Inetpub\wwwroot (2) Test C:\Sites\Test (3) Stage C:\Sites\Stage Sites 1 and 2 work fine. Site 3 challenges me for a username and password. This I don't understand. Anonymous access is all

Re: How can I restate this without using EVALUATE?

2008-06-19 Thread Brad Haas
Thanks Matt & João. I appreciate your help. >argumentCollection="#args#" returnvariable="methodResults"/> >-- > >João Fernandes > >http://www.onflexwithcf.org >http://www.riapt.org >Portugal Adobe User Group (http://aug.riapt.org) ~~~

How can I restate this without using EVALUATE?

2008-06-19 Thread Brad Haas
I know using evaluate is a no-no, but I'm stumped on how to restate this line of code: Any help would be appreciated. ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial

Re: Google Analytics?

2006-05-21 Thread Brad Haas
It is really great software, but let me give you a word of caution. Nothing is free. You're sharing your website data with Google. This may not be a bad thing, but if you are using AdWords--you might not want to share this information. I'm not saying Google is doing anything wrong, but I'd b

Re: WebService worked in 6.1 but fails with CFMX 7.0

2005-12-14 Thread Brad Haas
Are you using the DevNet version of CF 7? That meta tag that it throws in can really screw up a lot of things. --Brad > Thanks for the email Andrew. The CFML code IS identical. I have one of > my developers reviewing how the client app uses the WSDL, and I guess > its likely that it was writ

Re: Form Scope Problems

2005-11-30 Thread Brad Haas
process can lead to the problem. I appreciate you looking into this for me. Thanks, Brad > On 11/30/05, Brad Haas <[EMAIL PROTECTED]> wrote: > > Here's some partial code from both pages. Even though this code is > very "watered down", I can get it to produce

Re: Form Scope Problems

2005-11-30 Thread Brad Haas
Here's some partial code from both pages. Even though this code is very "watered down", I can get it to produce the same type of problems as the full application. All I have to do to get the form scope to disappear is to submit this form without selecting either radio button. Even if you sele

Re: Form Scope Problems

2005-11-30 Thread Brad Haas
t; valid) before the form is submitted. > > > -Original Message- > > From: Brad Haas [mailto:[EMAIL PROTECTED] > > Sent: Wednesday, November 30, 2005 2:10 PM > > To: CF-Talk > > Subject: Form Scope Problems > > > > I'm having a really hard time with

Form Scope Problems

2005-11-30 Thread Brad Haas
I'm having a really hard time with losing the form scope variables on CFMX 7. I have a pretty simple form that posts to a CF page. The form contains a couple of radio buttons and a select box. The select box name is dynamically generated, but it shows correctly when I view the page source fro