I'm running BIRT and have written my own servlet which processes a <br />
report request and renders it to the output stream using the report engine <br />
API. The problem I'm having is that hyperlinks do not get rendered as <br />
links at runtime. If I create a hyperlink in a label or create a <br />
drill-through hyperlink, at design time in preview mode the link gets <br />
rendered correctly and works as expected. When I execute the same report through my custom servlet, the hyperlink <br />
text gets rendered but it is not rendered as a link.<br />
<br />
At runtime, this would need to be my servlet context. Is there a way to set the context to be used for hyperlinks at runtime <br />
say i display <a class='bbc_url' href='
http://www.google.com'>Google</a> as my text of a particular column,when i click on it.i need to open a browser with the desired link.<br />
<br />
You can reply me at <a href='mailto:' title='E-mail Link' class='bbc_email'>pradeep.sreenivas@gmail.com</a> as well.<br />
<br />
Thanks in advance<br />
<br />
Any thoughts or help with this would be greatly appreciated.