I just went to use the 2.1.5 OJB sample and it looks like there are three paths wrong in the sitemap. At least for my build of the standalone there is no samples/forms only samples/blocks/forms
so these:
<catalogue id="other" name="OtherMessages" location="context://samples/forms/messages"/>
<catalogue id="forms" name="FormsMessages" location="context://samples/forms/messages"/>
should be:
<catalogue id="other" name="OtherMessages" location="context://samples/blocks/forms/messages"/>
<catalogue id="forms" name="FormsMessages" location="context://samples/blocks/forms/messages"/>
and:
<map:transform src="context://samples/forms/resources/forms-samples-styling.xsl"/>
should be:
<map:transform src="context://samples/blocks/forms/resources/forms-samples-styling.xsl"/>
If someone could verify if I'm right or wrong I can create a bug report. Thanks, Steve
_________________________________________________________________
MSN Life Events gives you the tips and tools to handle the turning points in your life. http://lifeevents.msn.com
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
