Ok, I have a servlet that is generateing a html page that has values stored in hidden form fields. On that generated page is a button that is calling another servlet, which will request those values via request.getParameter. The problem is that on the first servlet the call for the second servlet is threw a [<Form method=Get action=bla,bla,bla] and it is not working. In the past I just had the button call a javascript function that did a [window.location = ], however now that Im requesting parameters I need to use the Get/Post methods. So my question is, is there another way use the Get method besides in a [<Form>] tag? "Mistakes are the portals of discovery"
James Joyce
James Joyce