Ignore:
Timestamp:
2010-11-30T17:26:36+13:00 (13 years ago)
Author:
sjb48
Message:

Starting working on new format statement save architecture. This involves a new action, FormatAction, which will be responsible for the XSL transform and will pass the format string to the Collection object via the Message Router,

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/src/java/org/greenstone/gsdl3/core/Receptionist.java

    r22085 r23360  
    234234
    235235    logger.debug("receptionist returned response");
     236    logger.error("receptionist returned response");
    236237    logger.debug(this.converter.getString(resulting_page));
     238    logger.error(this.converter.getString(resulting_page));
    237239//    logger.info("receptionist returned response");
    238240//    logger.info(this.converter.getString(resulting_page));
Note: See TracChangeset for help on using the changeset viewer.