About Question enthuware.jwpv6.2.747 :

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.747 :

Post by Ciprian Mihalache »

It is very strange the code :

Code: Select all

public void service(HttpServletRequest req, HttpServletResponse res)
  {
    super.service();
  }
because there is no "service" method in HttpServlet without parameters, so the code does not compile.
If it we put

Code: Select all

super.service(req, res);
, the code still does not compile because our service method does not declare any thrown exception.
Am I missing something?

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

Re: About Question enthuware.jwpv6.2.747 :

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 11 guests