About Question enthuware.jwpv6.2.1105 :

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
Ciprian Mihalache
Posts: 51
Joined: Wed Sep 28, 2011 12:14 pm
Contact:

About Question enthuware.jwpv6.2.1105 :

Post by Ciprian Mihalache »

In the exhibit we can find the code:

Code: Select all

public void service(HttpServletRequest req, HttpServletResponse res)
  {
     super();
  }
For sure this will not compile. If you meant:

Code: Select all

public void service(HttpServletRequest req, HttpServletResponse res)
  {
     super.service(req, res);
  }
also the checked exceptions must be declared (similar to viewtopic.php?f=3&t=686)

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

Re: About Question enthuware.jwpv6.2.1105 :

Post by admin »

You are right. This has now been fixed.

thank you for your feedback!

Post Reply

Who is online

Users browsing this forum: No registered users and 5 guests