This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes HTML, CSS and JavaScript and the fly likes The problem prototype Ajax.Request Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Engineering » HTML, CSS and JavaScript
Reply Bookmark "The problem prototype Ajax.Request" Watch "The problem prototype Ajax.Request" New topic
Author

The problem prototype Ajax.Request

nick kevin
Greenhorn

Joined: Nov 26, 2006
Posts: 6
Environment: tomcat 5.5.25
Technology: struts


The entire application using prototype.
The problems encountered are: included in the base / customer / customerlist.jsp asynchronous pages sent to the server
CustomerQuery.do request.
But the real request path is / base / customer / customerQuery.do rather than / application / customerQuery.do.
How can send / application / customerQuery.do request. Thank you help ...
Eric Pascarello
author
Rancher

Joined: Nov 08, 2001
Posts: 15362
    
    6
Specify the absolute URL instead of a relative one?

Eric
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: The problem prototype Ajax.Request
 
Similar Threads
Hyperlink click error processing
C++ vs. Java
Launch Main from current class scope.
Request scope vs Prototype scope
Are spring beans thread-safe?