CHANGES ------- Changes between 1.0.6 and 1.0.5 * Short named services are mapped on 'mathbook_phrasebook_' instead of the dotted notation. The JSTL library uses the dots to access collections of data. This behavior breaks the query taglibrary in the context of MathBook. Changes between 1.0.5 and 1.0.4 * Short named services are mapped on 'mathbook.phrasebook.' instead of 'mathbook.service.. This is because the query element stores a phrasebook object! Changes between 1.0.4 and 1.0.3 * Always trim the body at the beginning and the end so that we don't send empty garbage ;). * Added String as outputtype (is basically the same as Native). Changes between 1.0.3 and 1.0.2 * Fixed a bug in Query.java that prevented users to use NATIVE to NATIVE mode Changes between 1.0.2 and 1.0.1 * Removed query:inputtype and query:outputtype from the tag library. * Added support for ENCODE, DECODE, ADDCD and REMOVECD method to the query:query tag. Changes between 1.0.1 and 0 * Add query:param tag handler instead of the query:method, query:inputtype and query:outputtype. Those tags still work, but will me removed before the final release of the taglibrary. --END