Hi All.
I've a match along the lines of (with some validation removed ;)...
<map:match pattern="*/*.xml">
<map:generate type="serverpages" src="docs/public/{3}.xml">
<map:parameter name="param1" value="{1}"/>
</map:generate>
<map:serialize type="xml"/>
</map:match>
Assume I have a file called docs/public/test.xml, which contains some xsp
code. If I call this with the url http://xxx/context/john/test.xml I
(correctly) get the results. If I (or, more likely somebody else) then call
http://xxx/context/john/Test.xml, I get errors...
DEBUG 99355 [cocoon ] (/context/john/Test.xml): UnnamedSelector:
ComponentSelector could not find the component for hint:
org\apache\cocoon\www\docs\public_\Test_xml
DEBUG 99355 [cocoon ] (/context/john/Test.xml): Could not access
component for hint: org\apache\cocoon\www\docs\public_\Test_xml
java.lang.NullPointerException:
at
org.apache.cocoon.components.language.generator.GeneratorSelector.select(Gen
eratorSelector.java:82)
at
org.apache.cocoon.components.language.generator.ProgramGeneratorImpl.select(
ProgramGeneratorImpl.java:269)
I think that the name for the java code should be taken from the file name
of the xml *not* the url name. Where should I look for this?
Thanks,
John.
=======================================================================
Information in this email and any attachments are confidential, and may
not be copied or used by anyone other than the addressee, nor disclosed
to any third party without our permission. There is no intention to
create any legally binding contract or other commitment through the use
of this email.
Experian Limited (registration number 653331).
Registered office: Talbot House, Talbot Street, Nottingham NG1 5HF
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]