Ok, I fixed the confusion problem (that was the first time I got that
error message) but I am still not able to accept the input parameter
coming in after the ? in the url.  Should I be asking for it in a
different manner?

Tim 
 

-----Original Message-----
From: Tim Bachta 
Sent: Tuesday, August 12, 2003 8:50 PM
To: [EMAIL PROTECTED]
Subject: Cocoon is confused

I am trying to open a cocoon page from another web page and I am getting
an error.  The error is cocoon confusion.  The way I am calling the
cocoon page is a hyperlink url of
http://localhost:8080/cocoon/login?userid=11

 This is a sniplet of my sitemap:

<map:match pattern="login">

                           <map:generate type="serverpages"
src="xsp/login.xsp" label="debug1"/>

                           <map:transform type="xslt"
src="style/dialog.xsl" label="debug2">

                                 <map:parameter name="css-stylesheet"
value="global.css"/>

                           </map:transform>

                           <map:serialize type="html"/>

                    </map:match>

 

 

The xsp page is looking for a request parameter of userid.  The page
works fine when I hard code the userid on the xsp and remove the
?userid=11 from the url string but I need that to send the id in based
on login from previous page.  Thanks for the help.


 

Tim

 



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


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

Reply via email to