[Mav-user] RedirectView#go

2003-10-27 Thread Ted Husted
On RedirectView, if the model is neither a Map nor a String, should model.toString() be used instead? ? I could make the change, if we that's what we want. And should we do nothing if the model is null (WARN in the log?), or just NPE? As it stands, in the case of a null model or model!-Map

RE: [Mav-user] RedirectView#go

2003-10-27 Thread Schnitzer, Jeff
The behavior is intended to allow the base path (aka target) to be specified in the sitemap file, but also allow it to be overridden. These are the cases: 1) User specified path in maverick.xml and that's it. 2) User specified path in maverick.xml and wants to add parameters by setting view

RE: [Mav-user] transformer error

2003-10-27 Thread Schnitzer, Jeff
Looks like the oracle XSL library isn't capable of transforming from a DOMSource. Sounds like a lousy implementationof JAXP; I recommend using the latest Xalan instead. This useful document explains how to switch, among other things: http://java.sun.com/xml/jaxp/faq.html Jeff -Original