You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by "Li, Wangqian" <wa...@medtronic.com> on 2004/02/27 15:11:36 UTC

sitemap action

Hi, there,

I want to use sitemap action to code the login page.
The code is like following:

<map:match pattern="login">
	<map:act type="authenticator">
		<map:parameter name="descriptor" value="context://msdreport/defs/auth-def.xml"/>
			<map:redirect-to uri="xsp/success.xsp"/>
	</map:act>
	<map:redirect-to uri="xsp/fails.xsp"/>
</map:match>

The back end table is all right. The connection is all right(tested). The Auth-def.xml is set up all right.
But, it always goes to the fails.xsp.

What could be the problem.


Wangqian Li
Clinical Database Administrator
Medtronic Sofamor Danek
Tel: (901)399-2197  (901)344-1500 or 800-364-4245 ext. 6197


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org
For additional commands, e-mail: users-help@cocoon.apache.org