Re: GWT 2.6.0 now available

2014-01-31 Thread Bruno Santos
Missing only release the new version for eclipse plugin -- 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

Re: Layout Showcase

2011-06-02 Thread Bruno Santos
Does anyone know where I can get that information or for what I need to send email to ask? -- 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

Layout Showcase

2011-05-31 Thread Bruno Santos
I'm making a website using GWT, but I'm not good with layout, so I wonder if I use the layout of the GWT Showcase, and if I can do what I should be able to use it? -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send

GWT 2.3 + PHP

2011-05-07 Thread Bruno Santos
I wonder if it is possible to connect to the server in PHP, I saw that the website shows how to make GWT RPC and JSON using Java, but PHP speaks very little and I'm used to seeing examples to learn things, so if anyone has an example or tell me where I can find to integrate GWT with PHP would be

Setting the language using the user's browser

2011-02-24 Thread Bruno Santos
Is there any way of knowing the language of the user's browser by GWT? -- 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

Setting the language using the user's browser

2011-02-22 Thread Bruno Santos
Is there any way of knowing the language of the user's browser by GWT? -- 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

Re: How to change the mapping in web.xml

2011-02-16 Thread Bruno Santos
After a long time I could figure out how to solve the problem, to solve just change the first line of the file MyProject.gwt.xml module rename-to='myproject' to module rename-to='servlet', but now I'm with another problem, do not know why the place where I do the hosting of the project it does not

Re: Tutorial-Contacts2-2.1

2010-12-06 Thread Bruno Santos
I had already talked about it: http://groups.google.com/group/google-web-toolkit/browse_thread/thread/645020d9414f0205# -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

Re: Image using CSS in UiBinder

2010-11-22 Thread Bruno Santos
Problem solved, just put the image in the directory war -- 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-tool...@googlegroups.com. To unsubscribe from this group, send email to

White List

2010-11-20 Thread Bruno Santos
I wonder if there is any way to make a white list using SafeHtml, saw SimpleHtmlSanitizer but would like to add some more tags, is this possible? Otherwise you have to do a white list using SafeHtml someone could pass me a link that shows how to make one? -- You received this message because you

Image using CSS in UiBinder

2010-11-19 Thread Bruno Santos
I'm doing the main screen by using the UiBinder, and I'm trying to put a background image in a table, but I can not, my question is how it should be the following line and where should I put the image? table cellpadding='0' cellspacing='0' style='width: 100%; background-image: url(myimage.png);

Re: Error in generating report

2010-11-06 Thread Bruno Santos
Thanks for the reply Didier, I removed the flush(), but the error persists. -- 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-tool...@googlegroups.com. To unsubscribe from this group, send email

Download not working

2010-11-05 Thread Bruno Santos
The following download is not working: http://code.google.com/p/google-web-toolkit/downloads/detail?name=Tutorial-Contacts2-2.1.zipcan=2q = -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

Error in generating report

2010-11-05 Thread Bruno Santos
I'm trying to generate a report using JaperReports, but when I click generate the following error appears in eclipse: [WARN] /seringueira/resumosafra java.lang.RuntimeException: Unable to report failure at

Re: Problem with Window.ClosingHandler

2010-11-03 Thread Bruno Santos
I'm trying to use your code in version 2.1, but this showing the following errors: ProxyCreator - line 652 - 'The constructor TypeSerializerCreator (TreeLogger, SerializableTypeOracle, SerializableTypeOracle, GeneratorContext, String) is undefined' RemoteServiceProxy - line 237 - 'The

Communication with the Server + MVP

2010-11-01 Thread Bruno Santos
I saw the new way of using the MVP on the 'http://code.google.com/intl/pt-BR/webtoolkit/doc/latest/DevGuideMvpActivitiesAndPlaces.html', but I have a question, how do I make a communication with the server? -- You received this message because you are subscribed to the Google Groups Google Web

Re: Communication with the Server + MVP

2010-11-01 Thread Bruno Santos
Thanks for the reply David, but what I want to know is how to pass values from the screen to the server and the server to the screen in the old way of MVP in the following page 'http://code.google.com/intl/pt-BR/webtoolkit/articles/mvp-architecture-2.html' shows an example of how to communicate,

How to change the mapping in web.xml

2010-08-16 Thread Bruno Santos
I have to make the hosting of a project in a place where the mapping in the web.xml file in the 'url-pattern' of 'servlet-mapping' must begin with '/servlet', my question is how do this. For example, this: servlet servlet-namesomeservlet/servlet-name

Re: How to change the mapping in web.xml

2010-08-16 Thread Bruno Santos
The project does not work -- 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-tool...@googlegroups.com. To unsubscribe from this group, send email to

Re: How to change the mapping in web.xml

2010-08-16 Thread Bruno Santos
Sorry, the errors are: html head meta http-equiv=Content-Type content=text/html; charset=ISO-8859-1/ titleError 404 NOT_FOUND/title /head bodyh2HTTP ERROR: 404/h2preNOT_FOUND/pre pRequestURI=/servlet/some/ppismalla href=http://jetty.mortbay.org/;Powered by Jetty:///a/small/i/pbr/ br/ br/ br/ br/

Re: How to change the mapping in web.xml

2010-08-16 Thread Bruno Santos
the errors replace '/servlet/some' to '/myproject/some' I was doing some tests, but did not work -- 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-tool...@googlegroups.com. To unsubscribe from

Re: Execute commands between RPC requests

2010-07-06 Thread Bruno Santos
Thank you Thomas, but I can not, please see where this error: I created a class MyRpcRequestBuilder: public class MyRpcRequestBuilder extends RpcRequestBuilder { public MyRpcRequestBuilder() { // Do something here } public void

Re: Execute commands between RPC requests

2010-07-06 Thread Bruno Santos
I forgot to tell you that I'm doing this too ((ServiceDefTarget)service).setRpcRequestBuilder(theBuilder); after RpcRequestBuilder theBuilder = new MyRpcRequestBuilder(); but the error continues -- You received this message because you are subscribed to the Google Groups Google Web Toolkit

Re: Execute commands between RPC requests

2010-07-06 Thread Bruno Santos
solve the problem, the interface replaces the RequestBuilder by void, removed the .send() and in the method doSetCallback of the class MyRpcRequestBuilder added the following line: rb.setCallback (callback); And in the method doFinish: rb.setHeader (STRONG_NAME_HEADER, GWT.getPermutationStrongName

Execute commands between RPC requests

2010-07-05 Thread Bruno Santos
Is there any way to run a given command at the beginning and end of any RPC request? -- 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-tool...@googlegroups.com. To unsubscribe from this group,

How to refresh using filter

2010-07-01 Thread Bruno Santos
I would like to use the filter to do a refresh on the page so that if the system is idle for a period of time he returns to login screen, I wonder how I can do this, I tried to use the jsni: public class Filtro implements Filter { public void destroy() { }

Re: How to refresh using filter

2010-07-01 Thread Bruno Santos
Thanks bruno, but how do I add the class LogUtils, you could inform the imports -- 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-tool...@googlegroups.com. To unsubscribe from this group, send

Re: How to refresh using filter

2010-07-01 Thread Bruno Santos
Thank you bruno, able to accomplish it, you saved my life -- 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-tool...@googlegroups.com. To unsubscribe from this group, send email to

Problem with Window.ClosingHandler

2010-05-03 Thread Bruno Santos
I am using: Window.addWindowClosingHandler(new ClosingHandler() { public void onWindowClosing(ClosingEvent event) { somethingService.logout(new AsyncCallbackVoid() { public void onFailure(Throwable caught) { }

Problem with Window.ClosingHandler

2010-04-26 Thread Bruno Santos
I am using: Window.addWindowClosingHandler(new ClosingHandler() { public void onWindowClosing(ClosingEvent event) { somethingService.logout(new AsyncCallbackVoid() { public void onFailure(Throwable caught) {