Re: Status Exception 0

2011-03-22 Thread Komal Goyal
hi,

I got the issue solved
I have set the target to the temporary frame  as the browser expects the
page to be physically submitted so as to remember the password.

some example--?




On Sun, Mar 20, 2011 at 2:05 PM, Komal Goyal  wrote:

> Hi,
>
> I am trying a login page on which the browser remember should work,
> for this I created the login l form in html and I am handling on
> submit button click in the GWT application by accessing the submit
> button with the wrap() method.
>
> But on click of submit the module gets reloaded and the RPC call fails
> throwing Status Exception 0
>
> my html form does not have any action attribute specified and the
> method attribute is set to post and the encoding type is set to multi
> part.
>
> I am not clear as to why the module is getting reloaded?
>
> Please guide me here as to where I am going wrong..
>
>
> Thanks,
>
> Komal
>



-- 

*Komal Goyal*


ensarm Solutions | www.ensarm.com
2nd floor, Liberty 1, North main road, Koregaon park, Pune, India 1
(O) +91 20 40024476

*Your Enterprise, Our Passion*

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



Status Exception 0

2011-03-21 Thread Komal Goyal
Hi,

I am trying a login page on which the browser remember should work,
for this I created the login l form in html and I am handling on
submit button click in the GWT application by accessing the submit
button with the wrap() method.

But on click of submit the module gets reloaded and the RPC call fails
throwing Status Exception 0

my html form does not have any action attribute specified and the
method attribute is set to post and the encoding type is set to multi
part.

I am not clear as to why the module is getting reloaded?

Please guide me here as to where I am going wrong..


Thanks,

Komal

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