Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

A strange thing getMethod returns null

807569May 29 2006 — edited May 30 2006
Hi 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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 27 2006
Added on May 29 2006
29 comments
599 views