Changes between Version 13 and Version 14 of UTGBCore/RequestDispatcher


Ignore:
Timestamp:
10/04/07 19:14:14 (18 years ago)
Author:
leo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UTGBCore/RequestDispatcher

    v13 v14  
    129129        else
    130130        {
    131             return GWT.getModuleBaseURL() + "dispatcher?actionClass=" + "org.utgenome.gwt.utgb.server.app." + actionName + "&" + queryString;
     131            return GWT.getModuleBaseURL() + "dispatcher?actionClass=" + "org.utgenome.gwt.utgb.server.app"
     132              + "." + actionName + "&" + queryString;
    132133        }
    133134    }