Hi,
A basic question, but I cannot find a reference for this anywhere:
How do I access the parameters from my match pattern within an act?
The following snippet explains my situation where I get a
java.io.FileNotFoundException: [...]xsp/.xsp (No such file or
directory)
-------- snippet begins ---------
<map:match pattern="protected/*">
<map:act type="auth-protect">
<map:parameter name="handler" value="ybadminhandler"/>
...
<map:generate type="serverpages" src="xsp/{1}.xsp"/>
...
-------- snippet ends ---------
Thank you,
--
Antonio Magni
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]