Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » BIRT » Birt.war methode=post
Birt.war methode=post [message #113932] Tue, 24 January 2006 10:43 Go to next message
Kurt Knippschild is currently offline Kurt KnippschildFriend
Messages: 41
Registered: July 2009
Member
Hi,

I have update on BIRT 2.0.0 warfile on Tomcat 5.0
after this update

<form method="POST" target="Birt" action="../birt-viewer/run"
accept-charset="utf-8">
<input type="hidden" name="__report"
value="report/IMSuite_Statistik_Page_02.rptdesign">
<input type="hidden" name="OG_NAME" value="Gebaeudestruktur">
<input type="hidden" name="__format" value="pdf">
<td align="right">
<button class=kkTButton type="submit">
<img border="0" src="static/img/viewpdf.gif" alt="IM-Suite Statistik"
align="absMiddle" width="16" height="16">
</button>
</td>
</form>

doesn't work.

When I change to

<form method="GET" target="Birt" action="../birt-viewer/run"
accept-charset="utf-8">
<input type="hidden" name="__report"
value="report/IMSuite_Statistik_Page_02.rptdesign">
<input type="hidden" name="OG_NAME" value="Gebaeudestruktur">
<input type="hidden" name="__format" value="pdf">
<td align="right">
<button class=kkTButton type="submit">
<img border="0" src="static/img/viewpdf.gif" alt="IM-Suite Statistik"
align="absMiddle" width="16" height="16">
</button>
</td>
</form>

then he works.

Is this a bug?

Thanks

Kurt
Re: Birt.war methode=post [message #114601 is a reply to message #113932] Tue, 24 January 2006 18:48 Go to previous message
Jun Zhai is currently offline Jun ZhaiFriend
Messages: 74
Registered: July 2009
Member
You can log a bug for it so we can trace this issue.

So far, this is not a bug. New web viewer introduce a soap layer whose
entry point is also viewer servlet. Post method is more or less used to
identify the incoming request. The incoming request could be ordinaral url
access (get), or ajax post.

Probably we should reserve the viewerservlet for extenal integration and
create new servlet entry point for soap request onyl.
Previous Topic:Unknown fonts
Next Topic:Birt 2.0RC1 problem with PDF
Goto Forum:
  


Current Time: Wed Jan 15 13:46:47 GMT 2025

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

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

Back to the top