Just been contacted privately about this problem, and still haven't been able to
fix it (since last July)! Has anyone else encountered the problem (I now know
at least one other has!). But more importantly, does anyone know why this is
happening, and have a fix for it?
Seems like when I return null from my action (and obviously stay on the same
page) if I try and then *view* the same file in the bottom frame, rather than
downloading it, the action gets processed but the output somehow doesn't make it
to the frame.
Am completely stuck on this one, now, so would really appreciate some help...
Cheers,
Dave
====================================================================================================
--- Original ---
David Hay
07/20/2001 04:36 PM
To: [EMAIL PROTECTED],
cc:
Subject: Where did it go?!
I have something strange happening. I have a 2 frame frameset, with buttons
in
the top fram to let a user view a logfile in the lower frame, or download
it.
If the chose to download the file, I get the ServletOutputStream from the
response in my action, and write to it. I then close it and return null.
All that works fine - the user is prompted to download the file etc. - but I
then hit my strange problem. If I click on the view button in the top
frame,
nothing appears in the bottom frame, although I see in the tomcat window
that
everything is geting processed like before. It is as if it is writing it
into
thin air!
Would really appreciate any help to find it!!
Cheers,
Dave
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>