Stephen, Are you configured such that you can be in Flex Builder 2, then hit F11 (same as Main Menu --> Run --> Debug)?
If you can run it this way the debug player communicates back to Flex Builder 2 and opens and points to the code where the error is being thrown. Seeing where the error is often helps developers in resolving the problem. If you can run it this way and are still unsure what the error is, please post the block of code where the error is so that we can see it in context. Also, had you looked up in the Language Reference the class indicated: mx.messaging.messages.ErrorMessage I have bookmarked the following top level URL for the Flex 2 Language Reference: http://livedocs.macromedia.com/flex/2/langref/ Looking up mx.messaging.messages.ErrorMessage, I see no "Property message" on the class ErrorMessage. The doc page for the class ErrorMessage is here: http://livedocs.macromedia.com/flex/2/langref/mx/messaging/messages/ErrorMessage.html Returning to your original question:
What could be the cause of this error?
It looks like there may be a statement in your code that is referencing on an object a non-existent property "message". Again if you can post the actual code it may be more clear. Again, please post back more detail. hth, g On 12/6/06, stephen50232 <[EMAIL PROTECTED]> wrote:
Hi, I'm trying to deploy my first Flex application on a coldfusion server. The login page of the application runs fine until I submit the form, then I get a: Property message not found on mx.messaging.messages.ErrorMessage and there is no default value. What could be the cause of this error?

