On 5/9/07, skateboard.com.au <[EMAIL PROTECTED]> wrote:
> I am getting the following error...
>
> "The selected method processRequest was not found"
>
> When I cfdump the object I get this method listed multiple times. Not
> sure if this is the cause of the problem. I did a bit of googling and

It sounds like you need to know the exact signatures of all the
methods named "processRequest", decide which one you want to call and
then pass the right number of arguments of the right types.

You need to remember that Java supports method overloading which is
why processRequest is appearing multiple times. Isn't cfdump giving
you the list of method arguments along with their types?


Chris
-- 
Chris Velevitch
Manager - Sydney Flash Platform Developers Group
m: 0415 469 095
www.flashdev.org.au

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to