Hi,
When encoding, one needs to call setServletPath() on a ServiceEncoding
and pass the servlet path *and* the path info to it, eg,
setServletPath("/asset/foo"). But when decoding, the getServletPath()
will return the real servlet path like "/asset". This is obviously
inconsistent.
Am I missing something? If not, I'd suggest to add a setPathInfo() so
that we have getters and setters for both the servlet path and the
path info, or merge the two concepts into a context relative path and
provide a setContextRelativePath() and a getContextRelativePath().
--
Author of a book for learning Tapestry (http://www.agileskills2.org/EWDT)
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]