• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

gwt validation

 
Ranch Hand
Posts: 128
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All
I tried gwt validation sample application which include in the gwt sdk itself.when i executed using the maven with intellij with jetty server it is giving the error at server sayingHTTP ERROR 405

Problem accessing /Validation/validation/greet. Reason:

HTTP method GET is not supported by this URL
.....

web.xml
--------------------



Validation.html
-----------------------


GrettingServlet.java
-------------------------




i didnt used anywhere get method and i changed the welcome html file to post method...eventhough error still remain..can anybody help me on this please...and suggest me if there is any better source of information regarding gwt validation(especially client side)
 
Bartender
Posts: 11497
19
Android Google Web Toolkit Mac Eclipse IDE Ubuntu Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Can you show us your client code where you make the RPC call?
 
Ravi kapa
Ranch Hand
Posts: 128
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Maneesh Godbole wrote:Can you show us your client code where you make the RPC call?



I got the answer...Im little bit confisued and given mvn jetty:run as maven command, i found that it is mvn gwt:run.Thanks for the reply....
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic