Tuesday, June 19, 2018

Re: Using UIField HTML to create a dynamic table

Do you have an idea how I can fix that problem? 
I set my path to @RemoteServiceRelativePath("myActionService") and the url in my web.xml is the following: "/com.google.gwt.myaction.client.client.MyAction/myaction". Is there an other way how to set the url? Or how can I tell GWT to use a different url for the service? I tried changing both parameters but in my browser the error description didn't change. It seems to me that the url is configured somewhere else. Thank you!!

Am Montag, 18. Juni 2018 13:16:29 UTC+2 schrieb Jens:


This means GWT has made a request to your server but the servlet is not registered at the expected location, thus the server responds with a 404 not found status (take a look in your network inspector in the browser). You either have to update your web.xml or tell GWT to use a different url for the service. For the latter take a look at the javadoc of @RemoteServiceRelativePath for details.

-- J.

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

No comments:

Post a Comment