Changeset 4093


Ignore:
Timestamp:
2003-04-07T16:48:55+12:00 (21 years ago)
Author:
kjdon
Message:

moved something to the general process method from the specific basicQuery method

File:
1 edited

Legend:

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

    r4080 r4093  
    3333    // add the system stuff from message
    3434       page.appendChild(doc_.importNode(GSXML.getChildByTagName(message, GSXML.CONFIGURATION_ELEM), true));
     35
     36    // part of the data for the page is the cgi-params
     37    // if we have this here, do we need to overwrite default values in the
     38    // param list down below??
     39    Element page_request = GSXML.duplicateWithNewName(doc_, request, "pageRequest", true);
     40    page.appendChild(page_request);
    3541
    3642       // if want to have a different type of query here, check the subaction att of request
     
    5561    Document style_doc = converter_.getDOM(new File(stylesheet));
    5662
    57     // part of the data for the page is the cgi-params
    58     // if we have this here, do we need to overwrite default values in the
    59     // param list down below??
    60     Element page_request = GSXML.duplicateWithNewName(doc_, request, "pageRequest", true);
    61     page.appendChild(page_request);
    6263
    6364    // extract the params from the cgi-request, and check that we have a coll specified
Note: See TracChangeset for help on using the changeset viewer.