Happynation wrote:
Hello

I tryed do give a parameter with the methode post instead of get to a servlet.

OK, as promised I made some updates to the tutorial. Please go to the updated page on Web Apps: http://itext.sourceforge.net/tutorial/general/webapp/index.html (it's not finished yet, but it has some extra examples.)

There's a new JSP that generates a form with GET or POST:
source: http://itext.sourceforge.net/tutorial/general/webapp/GetPost.jsp
GET: http://blowagie.users.mcs2.netarray.com/GetPost.jsp?method=GET
POST: http://blowagie.users.mcs2.netarray.com/GetPost.jsp?method=POST

In both cases, the same servlet is called:
http://itext.sourceforge.net/examples/com/lowagie/examples/general/webapp/OutSimplePdf.java
In the PDF, the method that was used is shown.

The examples are both deployed on MyJavaServer (a remote machine)
and they both work for me in Firefox 1.0, MSIE 6.0 and Netscape 7.0.

If you try the examples at MyJavaServer and they don't work,
you have some browser related problem.
If they DO work, but you can't get the examples working on your
webserver, you have an application server related problem.

Important remark: as I am still writing examples for that chapter
and constantly (re)deploying the ROOT.war, the J2EE examples may
be offline from time to time. In that case, you'll get a 500 error.

br,
Bruno


------------------------------------------------------- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to