>> Clicking on the Delete button takes the user to a confirm page,
>> deleteconfirm.jsp, IE:
>> ...
>> <form action="deleteuploadedfile" method="POST"
>> enctype="multipart/form-data">
>> </form>
>> ...
[quoted text clipped - 7 lines]
>>
>> but the parameters are null.
>Get rid of enctype="multipart/form-data" from your form tag. Since you
>are not uploading any files in the forms, this is not needed. Using
>enctype of multipart renders the request to be multipart, which
>explains getParameter() returning null.
Goodness, you are right, I didn't see that. I knew it was some little
thing I wasn't seeing.
Thank you so much, both of your comments have been spot on.

Signature
Teresa Robinson
General Dynamics
Information Technology
Teresa.Robinson [at] gdit [dot] com