... never mind, I just discovered that if I invoke the servlet in the HTML
form as:

<form method="post" action="/Validator/servlet/com.mslinn.Sequencer"
class="formInput">

Then I need to get rid of the "/servlet" part of the URL in the servlet's
call to my include() method as follows:

include("../my.jsp", req, res);

Mike Slinn

Reply via email to