Enable flex logging and see whats going on. I am sure it is not hitting your
backend server yet, its failing in your client side code.


On Fri, Mar 11, 2011 at 11:56 AM, Venkat Viswanathan
<helloven...@gmail.com>wrote:

> Hi,
>
> It doesn't look like your the call is reaching till
> login_clickHandler(). Can you post your complete MXML?
>
> Regards,
> Venkat
>
> On Mar 10, 9:34 am, sensex <anand2sha...@gmail.com> wrote:
> > hi!! all i am facing strange problem when i deploy mu app without release
> > build it works fine but when i export a release build and then try to
> click
> > on login icon or enter i get this error...
> >
> > TypeError: Error #1009: Cannot access a property or method of a null
> object
> > reference.
> > at AdminUI/__password_enter()
> > at flash.events::EventDispatcher/dispatchEventFunction()
> > at flash.events::EventDispatcher/dispatchEvent()
> > at mx.core::UIComponent/dispatchEvent()
> > at mx.controls::TextInput/keyDownHandler()
> > at flash.events::EventDispatcher/dispatchEventFunction()
> > at flash.events::EventDispatcher/dispatchEvent()
> > at mx.managers::SystemManager/keyDownHandler()
> >
> > on loginhandler i am doing this...
> >
> > protected function login_clickHandler(event:Event):void
> > {
> >    identity.login(username.text, password.text, loginResult, loginFault);
> >
> > }
> >
> > what is the cause....
>
> --
> You received this message because you are subscribed to the Google Groups
> "Flex India Community" group.
> To post to this group, send email to flex_india@googlegroups.com.
> To unsubscribe from this group, send email to
> flex_india+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/flex_india?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups "Flex 
India Community" group.
To post to this group, send email to flex_india@googlegroups.com.
To unsubscribe from this group, send email to 
flex_india+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en.

Reply via email to