Hello,

I have encountered a problem using a SuggestBox when the application
is deployed on a Tomcat server.

My interface, which contains several SuggestBox widgets, displays the
widgets correctly when I deploy using the Eclipse built-in server and
when I deploy to the app engine server. But when I deploy to a Tomcat
server, the SuggestBox widgets do not display the suggestions.

My target tomcat server is 5.5.27 but I have tried on 5.5.29 with the
same result. I have a very small CSS entry for the SuggestBox to allow
a scrollable suggestion list:

.gwt-SuggestBoxPopup {
  overflow-y: auto !important;
  max-height: 250px;
}

Does anyone know why this might be happening just on a tomcat server
(all the other widgets appear to be working other than the
SuggestBox)? I can provide more details if required.

Many thanks,

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