Hi,
I am facing problem while getting PDF object in servlet.i am not able to see this object in the request.
Problem Description.
-----------------------
I have
JSP page which renders a PDF file inside a DIV tag.
<object id="pdf" border="0" width="100%" height="100%" type="application/pdf" data="<c

ut value="${fullURL}"/>" standby="Loading pdf..."/>
Now user can fill the PDF form and submit it to server.
It will be highly appreciated if somebody can tell me how to get this PDF OBJECT in
servlet.