GWT Tag Panel for filtering search results

2014-03-23 Thread Bruce Grant
Hello all,

Does anybody have an example of a GWT-based tag cloud widget for filtering 
search results. I attached a mockup image of the type of widget I'm 
thinking about. 

Many thanks,
Bruce.

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.
attachment: GWT TAG FILTER.png

Re: SubmitCompleteHandler not always called

2014-02-19 Thread Bruce Grant
Thanks Jaga,

I am setting the content-type response to text/html on the servlet 
response. The issue occurs when the form is moved in the uibinder and other 
GWT widgets are defined before the form.

Cheers,
Bruce.

On Wednesday, 19 February 2014 09:54:36 UTC-5, jaga wrote:

 Hi,

 You might need to set the response type in servlet to txt/html. E.g.  
 content-type 
 = 'text/html'

 jaga

 On Tuesday, 18 February 2014 00:22:10 UTC, Bruce Grant wrote:

 I am interested in implementing the following using GWT...

1. Create client-specific form variants in HTML, with shared/core 
field definitions, but unique look and feel
2. User logs in to front-end application, clicks a link and proper 
form HTML is streamed from server (via RPC) 
3. Html is added to a FormPanel
4. User completes the HTML form and clicks submit 

 When I use submit with POST and a servlet, the form is submitted as 
 expected and my SubmitCompleteHandler is called. However, if there are 
 other GWT widgets on the page or I move the HTML to a popup then the 
 SubmitCompleteHandler does not get called. More specifically, if the 
 injected HTML is not put into a FormPanel that is defined before any other 
 widgets then the SubmitCompleteHandler does not work. I have read much 
 about SubmitCompleteHandler but couldn't find anything specific to this 
 issue.

 So, I would like to either find a way to get this scenario to work, OR, 
 find an alternative (e.g., serve up HTML forms in the same way, but extract 
 data from HTML fragment client side [how?] and then submit to server via 
 RPC).

 Any ideas/thoughts are very much appreciated.

 Many Thanks,
 Bruce. 




-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/groups/opt_out.


SubmitCompleteHandler not always called

2014-02-17 Thread Bruce Grant
I am interested in implementing the following using GWT...

   1. Create client-specific form variants in HTML, with shared/core field 
   definitions, but unique look and feel
   2. User logs in to front-end application, clicks a link and proper form 
   HTML is streamed from server (via RPC) 
   3. Html is added to a FormPanel
   4. User completes the HTML form and clicks submit 

When I use submit with POST and a servlet, the form is submitted as 
expected and my SubmitCompleteHandler is called. However, if there are 
other GWT widgets on the page or I move the HTML to a popup then the 
SubmitCompleteHandler does not get called. More specifically, if the 
injected HTML is not put into a FormPanel that is defined before any other 
widgets then the SubmitCompleteHandler does not work. I have read much 
about SubmitCompleteHandler but couldn't find anything specific to this 
issue.

So, I would like to either find a way to get this scenario to work, OR, 
find an alternative (e.g., serve up HTML forms in the same way, but extract 
data from HTML fragment client side [how?] and then submit to server via 
RPC).

Any ideas/thoughts are very much appreciated.

Many Thanks,
Bruce. 


-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/groups/opt_out.


Re: GWT Developer Plugin for Firefox 8

2011-12-06 Thread Bruce Grant
Many thanks Alan - saved me much frustration and re-installs!

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.