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]