I know of one way using HTML forms. You can pass in user entered data and retrieve it from the request in the called
servlet:
...
...
Then in the DoLogin servlet:
If you need to pass non user entered values, it's possible by passing it thru the action parameter of the form, but I'm here trying to find out how!
Hope this helps.
Aaron Parker