A strange thing getMethod returns null
807569May 29 2006 — edited May 30 2006Hi everyone...
Today i came accross something that haven't met before.
The story is that after a successful parse of an xml online the values are passed to another class by calling the set method and retreived with the get() BUT the get method returns nothing.
the values are passed to the set method because i am printing them so i am checking that everything is ok but the get are coming empty.
The get method is called by a servlet.
Trying to go directly to the servlet and not through another class returns null again.
The same results if create a dumm java class and just print the get methods.
Any suggestions???
Regards