Changes between Version 12 and Version 13 of UTGBCore/RequestDispatcher
- Timestamp:
- 10/04/07 19:13:30 (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UTGBCore/RequestDispatcher
v12 v13 119 119 This setting redirects a request to GWT.getModuleBaseURL() + "/dispatcher" to the RequestDispatcher servlet. This is effective only in GWT-hosted mode! 120 120 121 And write a URL resolver method s, described as follows:121 And write a URL resolver method: 122 122 {{{ 123 123 public static String getActionURL(String actionName, String queryString)