You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google Web Toolkit
Hi all,
I've a sequence of Form Panel in a Window. At the end I close the
window but if I click on the shortcuts GWT reopens it and I see the
last form panel with field filled.....How can i reset it?
bch...@gmail.com
unread,
Nov 10, 2009, 3:59:52 AM11/10/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google Web Toolkit
Sounds like you intended to be using a new instance of your FormPanel
instead of reusing the old instance.
Brian
unread,
Nov 10, 2009, 4:46:49 PM11/10/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google Web Toolkit
Which is fine if that's how you want to do it. In that case, you just
have to clear/reset the form fields yourself.