Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » BIRT » Web App Servlet Filtering
Web App Servlet Filtering [message #167439] Mon, 05 June 2006 14:17 Go to next message
Eclipse UserFriend
Originally posted by: schneeman.gmail.com

Is it possible to use the BIRT Viewer webapp to get embeddable HTML
reports (the sort of reports generated when
HTMLRenderOption.setEmbeddable(true) is called).

I'd like to take those reports and wrap them myself, without using frames
or the like. I could chain the webapp's "run" servlet in a filter that
would do the wrapping.

I did not see any URL parameter to do this when I was looking at the docs,
but sometimes, documentation lags implementation.
Re: Web App Servlet Filtering [message #167501 is a reply to message #167439] Mon, 05 June 2006 21:12 Go to previous messageGo to next message
Jason Weathersby is currently offline Jason WeathersbyFriend
Messages: 9167
Registered: July 2009
Senior Member

I dont believe there is a URL parameter for this yet, but
creating a Servlet to do it is pretty simple.

Jason

"Brent" <schneeman@gmail.com> wrote in message
news:0c4ba137c8a3ba76bff357d50a8d4f05$1@www.eclipse.org...
> Is it possible to use the BIRT Viewer webapp to get embeddable HTML
> reports (the sort of reports generated when
> HTMLRenderOption.setEmbeddable(true) is called).
>
> I'd like to take those reports and wrap them myself, without using frames
> or the like. I could chain the webapp's "run" servlet in a filter that
> would do the wrapping.
>
> I did not see any URL parameter to do this when I was looking at the docs,
> but sometimes, documentation lags implementation.
>
Re: Web App Servlet Filtering [message #167509 is a reply to message #167501] Mon, 05 June 2006 21:15 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: schneeman.gmail.com

Thanks Jason.

Simple or not, no point in reinventing the wheel if not needed.

I'll roll-my-own.

Regards,
Brent
Re: Web App Servlet Filtering [message #167517 is a reply to message #167509] Mon, 05 June 2006 23:21 Go to previous messageGo to next message
Jason Weathersby is currently offline Jason WeathersbyFriend
Messages: 9167
Registered: July 2009
Senior Member

Brent,

You are correct. There may be a way of doing this using the Reportlet URL.
I will check if this is possible.

Jason

"Brent" <schneeman@gmail.com> wrote in message
news:5558d1b2552527e4530f50972feffacc$1@www.eclipse.org...
> Thanks Jason.
>
> Simple or not, no point in reinventing the wheel if not needed.
>
> I'll roll-my-own.
>
> Regards,
> Brent
>
Re: Web App Servlet Filtering [message #167660 is a reply to message #167517] Tue, 06 June 2006 08:51 Go to previous messageGo to next message
Girish Aher is currently offline Girish AherFriend
Messages: 24
Registered: July 2009
Junior Member
Hello ,
I am not an expert in servlet chaining but I tried going through few of its
basics over the internet. I tried using a

RequestDispatcher.include("/frameset?__report=MyReport.rptdesign ")

But nothing is rendered onto the screen. It remains blank. The same is the
case with 'run' as well.
I tried using a 'jsp include' too for that purpose but with the same
outcome.

Can anybody of ya'll help me out? Where am I going wrong?

Thanks ,
Girish



"Jason Weathersby" <jweathersby@actuate.com> wrote in message
news:e62e9q$kd2$1@utils.eclipse.org...
> Brent,
>
> You are correct. There may be a way of doing this using the Reportlet
> URL. I will check if this is possible.
>
> Jason
>
> "Brent" <schneeman@gmail.com> wrote in message
> news:5558d1b2552527e4530f50972feffacc$1@www.eclipse.org...
>> Thanks Jason.
>>
>> Simple or not, no point in reinventing the wheel if not needed.
>>
>> I'll roll-my-own.
>>
>> Regards,
>> Brent
>>
>
>
Re: Web App Servlet Filtering [message #168357 is a reply to message #167517] Wed, 07 June 2006 23:31 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: schneeman.gmail.com

Hi Jason,

Reading the bug report
(https://bugs.eclipse.org/bugs/show_bug.cgi?id=110681) for the reportlet, it
looks like reportlets could work (in my case, I'd need to retrieve three
separate itemName's which is a bit cumbersome, but doable).

Unfortunately, I can't get the reportlet URLs to work - getting the "Error
happened while running the report" message in the body of the HTML.

-b


"Jason Weathersby" <jweathersby@actuate.com> wrote in message
news:e62e9q$kd2$1@utils.eclipse.org...
> Brent,
>
> You are correct. There may be a way of doing this using the Reportlet
> URL. I will check if this is possible.
>
> Jason
>
> "Brent" <schneeman@gmail.com> wrote in message
> news:5558d1b2552527e4530f50972feffacc$1@www.eclipse.org...
>> Thanks Jason.
>>
>> Simple or not, no point in reinventing the wheel if not needed.
>>
>> I'll roll-my-own.
>>
>> Regards,
>> Brent
>>
>
>
Re: Web App Servlet Filtering [message #168744 is a reply to message #168357] Fri, 09 June 2006 02:08 Go to previous messageGo to next message
Jason Weathersby is currently offline Jason WeathersbyFriend
Messages: 9167
Registered: July 2009
Senior Member

Brent,

I believe this is a known issue. Take a look at this bug.
https://bugs.eclipse.org/bugs/show_bug.cgi?id=143922

Jason

"Brent" <schneeman@gmail.com> wrote in message
news:e67nlk$eqi$1@utils.eclipse.org...
> Hi Jason,
>
> Reading the bug report
> (https://bugs.eclipse.org/bugs/show_bug.cgi?id=110681) for the reportlet,
> it looks like reportlets could work (in my case, I'd need to retrieve
> three separate itemName's which is a bit cumbersome, but doable).
>
> Unfortunately, I can't get the reportlet URLs to work - getting the "Error
> happened while running the report" message in the body of the HTML.
>
> -b
>
>
> "Jason Weathersby" <jweathersby@actuate.com> wrote in message
> news:e62e9q$kd2$1@utils.eclipse.org...
>> Brent,
>>
>> You are correct. There may be a way of doing this using the Reportlet
>> URL. I will check if this is possible.
>>
>> Jason
>>
>> "Brent" <schneeman@gmail.com> wrote in message
>> news:5558d1b2552527e4530f50972feffacc$1@www.eclipse.org...
>>> Thanks Jason.
>>>
>>> Simple or not, no point in reinventing the wheel if not needed.
>>>
>>> I'll roll-my-own.
>>>
>>> Regards,
>>> Brent
>>>
>>
>>
>
>
Re: Web App Servlet Filtering [message #168850 is a reply to message #168744] Fri, 09 June 2006 12:57 Go to previous message
Eclipse UserFriend
Originally posted by: schneeman.gmail.com

Thanks Jason. That's good to know.


"Jason Weathersby" <jweathersby@actuate.com> wrote in message
news:e6al64$8j0$1@utils.eclipse.org...
> Brent,
>
> I believe this is a known issue. Take a look at this bug.
> https://bugs.eclipse.org/bugs/show_bug.cgi?id=143922
>
> Jason
>
> "Brent" <schneeman@gmail.com> wrote in message
> news:e67nlk$eqi$1@utils.eclipse.org...
>> Hi Jason,
>>
>> Reading the bug report
>> (https://bugs.eclipse.org/bugs/show_bug.cgi?id=110681) for the reportlet,
>> it looks like reportlets could work (in my case, I'd need to retrieve
>> three separate itemName's which is a bit cumbersome, but doable).
>>
>> Unfortunately, I can't get the reportlet URLs to work - getting the
>> "Error happened while running the report" message in the body of the
>> HTML.
>>
>> -b
>>
>>
>> "Jason Weathersby" <jweathersby@actuate.com> wrote in message
>> news:e62e9q$kd2$1@utils.eclipse.org...
>>> Brent,
>>>
>>> You are correct. There may be a way of doing this using the Reportlet
>>> URL. I will check if this is possible.
>>>
>>> Jason
>>>
>>> "Brent" <schneeman@gmail.com> wrote in message
>>> news:5558d1b2552527e4530f50972feffacc$1@www.eclipse.org...
>>>> Thanks Jason.
>>>>
>>>> Simple or not, no point in reinventing the wheel if not needed.
>>>>
>>>> I'll roll-my-own.
>>>>
>>>> Regards,
>>>> Brent
>>>>
>>>
>>>
>>
>>
>
>
Previous Topic:Oracle Stored Procedures
Next Topic:read from an xml data source problem
Goto Forum:
  


Current Time: Fri Nov 08 23:04:44 GMT 2024

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

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

Back to the top