Thanks guys,
The reason it was urgent is because its a production server. We are using
JSP's because of the limitation of our product and its coded entirely in JSP
we have no work arounds and I am pretty new to this tool, used it the first
time.
What I am not able to understand is why will this work in TST instance but
not in Prod? we have three different files where we generate pdf in each
server and it works right everywhere except this one file in prod. Will keep
you posted.
Thanks
Regards,
Satish
On 2/7/07, Bruno Lowagie <[EMAIL PROTECTED]> wrote:
Udo Rader wrote:
> If browsers make a difference, I can think about some javascript in
> action that misbehaves under IE at the first run. If you use javascript,
> you should probably also check this possibility.
The Original Poster was shouting because he had mailed
me personally, and I replied that I couldn't do his work
in his place for free (or something like that). As usual
his problem was URGENT.
Unfortunately the origin of this problems looks very much
like bad design that can't be solved in one-two-three with
some magic spell.
For starters: the guy is using JSP in spite of all warnings
we give about JSP on the mailing list. If you choose not to
follow this advice, you are on your own.
Furthermore the OP hasn't read the documentation. Otherwise
he would know that MSIE hits the server several times even
if you request a document only once; my guess is that the PDF
is generated correctly on the first hit, but it doesn't reach
the browser because MSIE only looks at the result of the second hit
(the one that fails). Then when you hit the server again,
the PDF is again generated correctly. MicroSoft would argue
that there's nothing weird about that, it's just how MSIE works.
Could I solve this problem?
Yes, if this were my project I probably could.
Can I explain how to solve this problem?
No, because (1) I don't have enough information
about the project and what exactly is going wrong,
and (2) chances are that a redesign of the project
is necessary to solve the problem.
There's no reason to be mad at me.
This is just my personal opinion.
br,
Bruno
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job
easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions
Buy the iText book: http://itext.ugent.be/itext-in-action/
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions
Buy the iText book: http://itext.ugent.be/itext-in-action/