[opencms-dev] CmsFile link parameters

Daniel Brain daniel.brain at shinetech.com
Fri Mar 3 00:58:46 CET 2006


Hey,

I'm having a bit of a problem processing what is essentially an email template
(modified during the mailout).
I have a plain old a href link with a parameter (e.g.
http://test.com/page.jsp?param=value).
The containing HTML file is read into a CmsFile, then unmarshalled into a
Document.

A print out of the Document contents shows me the link as:
http://test.com/page.jsp
param=value

And the place where the link is:
${link20}

This results in the link only pointing to http://test.com/page.jsp without any
parameters.
Has anyone seen/heard of this problem/know a way around it?

Thanks,
Danny.
-- 





More information about the opencms-dev mailing list