public Eproduct getproduct() {
return this.eproduct;
}
serialization for getName is done but for getProduct is giving error.
rlogman
unread,
Jan 25, 2009, 12:12:10 AM1/25/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to GWT, Spring and Hibernate Reference Web Application
Please post a stack trace for your error. I notice that the code you
posted is not actual code from your project (void method getName shoud
return String); it would be nice also to have a the code for your
Product class.