Peter Molnar pisze:
On Ked, JĂșlius 22, 2008 5:02 pm, Grzegorz Kossakowski wrote:

Can you show us how exactly the snippet where you use servlet: looks like?
Additionally, include the
whole stack trace.

Answering your question directly: no, there is no need to register
anything, it's done by default.\

My XSL file looks like this:

<xsl:stylesheet version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform";>
  <xsl:include href="servlet:dojo11:/resource/internal/dojo-helper.xsl"/>

  <!-- Location of the resources directories, where JS libs and icons are
stored -->
  <xsl:param name="dojo11-resources"/>
[...]

<snip what="stack trace"/>

Then it looks you are right, the servlet: protocol really cannot be found.

What about your dependencies, do you have the dependency on cocoon-servlet-service-components artifact in your pom.xml?

--
Best regards,
Grzegorz Kossakowski

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to