Thanks Mark I'll try this. I didn't try the getParameter method yet

-----Message d'origine-----
De : [EMAIL PROTECTED] [mailto:Markdelanoy@;aol.com]
Envoyé : mardi 5 novembre 2002 16:20
À : [EMAIL PROTECTED]
Objet : Re: Authentication Resource


You'll need to confirm this but look in cocoon's sitemap.log.  You should
see the pipeline parameters being passed around.

in the sitemap your passing cocoon parameters but in the XSP your looking in
the HTTP request.  Try looking in the parameters, e.g.
parameters.getParameter( name ); parameters.getParameter( pass );

the names of the username password duo are the same spelling as in the
sitemap.

also make sure your login page widget id/name s are the same as request:..
in the sitemap and then look for cocoon parameters named the same as the
sitemap instead of http request parameters named as you have in your login
page.

so try that.

md

---------------------------------------------------------------------
Please check that your question  has not already been answered in the
FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>

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


---------------------------------------------------------------------
Please check that your question  has not already been answered in the
FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>

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

Reply via email to