Andreas Hartmann wrote:

Hi Cocoon community,

what's wrong with this XSP snippet?

<input:get-attribute>
  <input:param name="name">foo</input:param>
  <input:param name="module">list</input:param>
</input:get-attribute>

It causes a ProcessingException in ServerPagesGenerator.setup().

BTW, applying the input.xsl logicsheet by hand worked fine:

<xsp:expr>this._xsp_module_helper.getAttribute(objectModel, "list","foo","")</xsp:expr>

-- Andreas


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



Reply via email to