Re: Problem with SAXParser when using with servlets.
Posted By:
Anjani_Kalyan
Posted On:
Wednesday, June 23, 2004 02:43 AM
The sid value is set only in the handler object and not in the "this" object. So for printing the value of 2005 you need to do this handler.sid and not just sid
The other option you have is in parser.setContentHandler method pass "this" instead of "handler"