Try this . It worked for me
form.setEncoding(FormPanel.ENCODING_URLENCODED);//ENCODING_MULTIPART);
Thanks
Sam
On Dec 31 2008, 8:35 am, "
bharat.j...@gmail.com"
<
bharat.j...@gmail.com> wrote:
> Hi,
> I have a GWT form and Isubmitthe form to a spring controller. The
> formsubmitshould open in new window. I have a hiddenvalue in form
> that Isubmitwith form. My issue is that form opens a new window but
> when i do request.getParameter("...") I dont get my hidden value. Can
> somebody please help?
>
> finalFormPanelform = newFormPanel("_blank");
> form.setAction( hostPrefix + "/someform/" );
> form.setMethod(FormPanel.METHOD_GET );