[flexcoders] blazeds handling error messages from java to flex

2008-12-18 Thread v6_kranthi
Hi Everyone, I am new to flex and am currently facing some problem, this is what i want, i have java as backend(services) and flex as front end, i have blazeds in the middle to provide flex interaction with java. Now i want to handle the exceptions generated by java to be handled by flex. I

Re: [flexcoders] blazeds handling error messages from java to flex

2008-12-18 Thread Fotis Chatzinikos
Why do not you catch the exception in the backend and return an error code to the frond end? On Thu, Dec 18, 2008 at 1:10 AM, v6_kranthi v6_kran...@yahoo.com wrote: Hi Everyone, I am new to flex and am currently facing some problem, this is what i want, i have java as