Hello all
in a gwt application
when using a formPanel (By default )a  frame is container of you page
thus when you submit you form the frame withh be submitted and the
page is not be send to refresh as the result the struts result and
mapping will fail to navgate you page ;
if you need to that struts redirect your page you have to call
FormPanel Constructor with following parameter:
FormPanel forlmPane=new FormPanel("_parent");

with this command you will disable the container frame and you from
will be the whole parent page
and when you submit the form it works like simple html form

I wish can help


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