BaseURL and drill-through hyperlinks [message #245182] |
Wed, 27 June 2007 12:57 |
Eclipse User |
|
|
|
In my servlet/portlet (Which is based on the example in
http://wiki.eclipse.org/Portlet_Example ) I am changing the baseURL to:
String baseURL = "mybaseurl";
renderContext.setBaseURL(baseURL);
My report creates chart and for the series I have defined a drill-through
hyperlink. When viewing the chart the resulting url looks like:
mybaseurl?__report=....
where by the ? is generated automatically. This is actually a problem for
me since my servlet/portlet has to add some parameters (for someone
familiar with portlets: I am using the URL
RenderResponse.createActionURL() in order to create the baseURL as I want
the result of the drill-through to be displayed in the PortletWindow). So
my baseURL will look like:
String baseURL = "mybaseurl?action=1"
As a result the drill-down url will be generated as:
mybaseurl?action=1?__report=....
which is a problem. Is there a way to surpress the generation of the
question mark?
Thanks,
Anette
|
|
|
Powered by
FUDForum. Page generated in 0.03249 seconds