Ignore:
Timestamp:
2003-01-06T15:23:47+13:00 (21 years ago)
Author:
kjdon
Message:

actions tidied up a bit, ResourceAction changed to DocumentAction, BuildAction removed, more general ProcessAction added

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl3/src/java/org/greenstone/gsdl3/action/AppletAction.java

    r3568 r3645  
    4040    HashMap params = GSXML.extractParams(cgi_param_list);
    4141
    42     String collection = (String)params.get("collection");
    43     String service_name=(String)params.get("serviceName");
     42    String collection = (String)params.get(GSCGI.COLLECTION_ARG);
     43    String service_name=(String)params.get(GSCGI.SERVICE_ARG);
    4444    service_name+= "Applet";
    4545   
Note: See TracChangeset for help on using the changeset viewer.