Re: Trouble emulating a form in GWT with "submit" as a hidden field name (cause's crash..possible bug?)

2010-01-28 Thread darkflame
Well, I wasn't 100% sure I needed it, but it was the only part of the request not being emulated. Anyway, I used your suggestion of doing it just in HTML, and it seems to work. I was logged in anyway. Still have to work on processing the returned data, and making the button styled like GWT, but ap

Re: Trouble emulating a form in GWT with "submit" as a hidden field name (cause's crash..possible bug?)

2010-01-28 Thread Thomas Broyer
On Jan 28, 12:32 pm, darkflame wrote: > I'm trying to emulate a forms exact behavour in GWT. > According to firebug, the form gives of the following parameters and > values; > > action =        verify > openid_submit    = Login > openid_url      =https://www.google.com/accounts/o8/id  (that one

Trouble emulating a form in GWT with "submit" as a hidden field name (cause's crash..possible bug?)

2010-01-28 Thread darkflame
I'm trying to emulate a forms exact behavour in GWT. According to firebug, the form gives of the following parameters and values; action =verify openid_submit= Login openid_url = https://www.google.com/accounts/o8/id (that one varies, obviously) openid_username = submit = 1 Ho