Skip to main content



      Home
Home » Archived » BIRT » Birt.war methode=post
Birt.war methode=post [message #113932] Tue, 24 January 2006 05:43 Go to next message
Eclipse UserFriend
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 13:48 Go to previous message
Eclipse UserFriend
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: Sun Apr 27 00:24:46 EDT 2025

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

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

Back to the top