[opencms-dev] parameter passing

Mark bef5471 at iperbole.bologna.it
Sat May 14 13:23:19 CEST 2005


Hi guys,

I've got a page which has a link to another page, like this:

<a href="destination.html?myparameter=ok">click</a>

the JSP template of destination.html has a line to catch the value of 
the parameter myparameter:

String param = cms.getRequest().getParameter("myparameter");

but param value results to be always null. Only navigating in the 
offline project the value of myparameter is "ok".

Is it a bug?

Mark.




More information about the opencms-dev mailing list