Hi cocoon-users,
I'm a newbie to XSP, thus maybe a stupid question:
How do I use the <xsp-request:get-parameter> tag correctly? I'm trying to do
the following:
<p>
Parameter 'param1' value:
<xsp-request:get-parameter as="string" default="default Value">
<xsp-request:name>param1</xsp-request:name>
</xsp-request:get-parameter>
</p>
I'm receiving the following error as it seems the <xsp-request:name> tag isn't
recognized/transformed correctly. Or is my usage wrong. I'm using Cocoon 2
alpha 5. The error is:
org.apache.cocoon.ProcessingException: Failed to execute
pipeline.:org.apache.cocoon.ResourceNotFoundException: Language
Exception:org.apache.cocoon.ProcessingException: Language
Exception:org.apache.cocoon.components.language.LanguageException: Error compiling
simple_xsp:
Line 0, column 0:
C:\Apps\ServletExecAS\31\se-se31_1\ServletExecData\default\Cocoon2a5\temp\org\apache\cocoon\www\docs\samples\xsp\simple_xsp.java:125:
Missing term.
(XSPRequestHelper.getHeader(objectModel,)));
Thanks for any help !
Zeljko
---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>
To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>