| 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
|
|
Specify the absolute URL instead of a relative one? Eric
|
 |
 |
|
|
subject: The problem prototype Ajax.Request
|
|
|