Ignore:
Timestamp:
2012-09-11T18:33:14+12:00 (12 years ago)
Author:
ak19
Message:

Handling special case in search form control generation, where no controls but pure labels are specified.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • other-projects/gs3-webservices-java-client/trunk/src/GS3DemoClient/org/greenstone/gs3client/GS3JavaClient.java

    r22299 r26174  
    699699                String response = dlAPIA.describeCollectionService(
    700700                        colName, serviceName);
     701                LOG.error("**** serviceResponse XML:" + response);
     702                System.err.println("**** serviceResponse XML:" + response);
     703
    701704                Element serviceResponseXML = getResponseAsDOM(
    702705                    "DescribeCollectionService "+colName+"/"+serviceName,
Note: See TracChangeset for help on using the changeset viewer.