+ " => $pageSession{pageSessionKey}");
}
// Next look for valid type...
target = readToken();
OutputTypeManager otm = OutputTypeManager.getInstance();
if (otm.getOutputType(null, target) == null) {
throw new SyntaxException(
"Invalid OutputType ('" + target + "') for Name Value "
+ "Pair named: '" + name + "=>$" + target + "{...}'! "
+ "This NVP appears to be a mapping expression, "
+ "therefor requires a format similar to:\n\t" + name