Skip to main content



      Home
Home » Archived » BIRT » BaseURL and drill-through hyperlinks
BaseURL and drill-through hyperlinks [message #245182] Wed, 27 June 2007 12:57
Eclipse UserFriend
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
Previous Topic:BIRT 2.2 RC4 and JDK 1.4.2
Next Topic:Question on charts
Goto Forum:
  


Current Time: Sun Jul 27 03:18:42 EDT 2025

Powered by FUDForum. Page generated in 0.03249 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top