On 19 Oct 2006, at 06:29, Jan Luehe wrote:
Hmm, this is weird.
The taglib with this URI:
"http://www.rollerweblogger.org/tags"
is defined in rollerweb.jar's META-INF/tlds/roller.tld, and
rollerweb.jar is bundled
in roller.war's WEB-INF/lib, so the taglib really should be found.
Ah that could be it. There is no META-INF/tlds/roller.tld in the
rollerweb.jar that I have.
in revision 453532 of the roller trunk svn repository.
I'm wondering why the exception message has a space in front of
"tags" in
"http://www.rollerweblogger.org/ tags",
No, that's a stupid bug with Apple Mail.app that I have reported a
few years back and that looks like it will never get fixed. Mail.app
cuts up urls, when they cross a line.
Henry
when the taglib's URI as defined in the TLD does not have any such
space:
"http://www.rollerweblogger.org/tags"
This mismatch in the imported and declared URIs could explain why
the taglib
is not found.
Do you see any other exceptions in the server.log?