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--?

<iframe src="ablankpage.htm" id="temp" name="temp"
style="display:none"></iframe>
<form id ="loginPanel"  target="temp" >

On Sun, Mar 20, 2011 at 2:05 PM, Komal Goyal <[email protected]> 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 [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to