Changeset 25483


Ignore:
Timestamp:
2012-04-26T11:52:49+12:00 (12 years ago)
Author:
sjm84
Message:

Added startPage to the list of params that are not saved automatically

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/src/java/org/greenstone/gsdl3/util/GSParams.java

    r25461 r25483  
    4040    public static final String DOCUMENT = "d";
    4141    public static final String DOCUMENT_TYPE = "dt";
     42    public static final String START_PAGE = "startPage";
    4243    public static final String HREF = "href"; // url. might be an external url, or a relative one that needs translating
    4344    public static final String RELATIVE_LINK = "rl"; // whether the href url is relative to the collection or not.
     
    8990        addParameter(DOCUMENT, true);
    9091        addParameter(DOCUMENT_TYPE, true);
     92        addParameter(START_PAGE, true);
    9193        // should the following two just be in doc action??
    9294        addParameter(HREF, false);
Note: See TracChangeset for help on using the changeset viewer.