About Question enthuware.jwpv6.2.991 :

All the posts and topics that contain only an error report will be moved here after the error is corrected. This is to ensure that when users view a question in ETS Viewer, the "Discuss" button will not indicate the presence of a discussion that adds no value to the question.

Moderators: Site Manager, fjwalraven

Post Reply
goetz
Posts: 11
Joined: Wed Jan 18, 2012 8:32 am
Contact:

About Question enthuware.jwpv6.2.991 :

Post by goetz »

The last option:

Code: Select all

exception.printStackTrace(out)
doesn't directly work because the out implicit variable is of type JspWriter, which is not a PrintWriter. Instead, I tried the following which kind of works (had to also set the buffer size to 0 otherwise it gets flushed before the rest of the JSP content):

Code: Select all

exception.printStackTrace(response.getWriter())

admin
Site Admin
Posts: 10062
Joined: Fri Sep 10, 2010 9:26 pm
Contact:

Re: About Question enthuware.jwpv6.2.991 :

Post by admin »

You are right. This has now been fixed.

thank you for your feedback!
If you like our products and services, please help us by posting your review here.

Post Reply

Who is online

Users browsing this forum: No registered users and 60 guests