Changes between Version 11 and Version 12 of UTGBCore/RequestDispatcher
- Timestamp:
- 10/04/07 19:09:34 (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UTGBCore/RequestDispatcher
v11 v12 139 139 * (GWT moduleBase)/dispatcher?actionClass=org.utgenome.gwt.utgb.server.app.hello&name=leo (in hosted-mode) 140 140 141 You must set the same value to the web.xml (for web-mode) and the string value (e.g., "org.utgenome.gwt.utgb.server.app.") in the getActionURL() mehtod. 142 141 143 The RequestDispatcher gives priority to the actionClass parameter if it is contained in the HTTP request.