About Question enthuware.oce-jpad.v6.2.371 :

All the posts and topics that contain only an error report will be moved here after the error is corrected. This is to ensure that when users view a question in ETS Viewer, the "Discuss" button will not indicate the presence of a discussion that adds no value to the question.

Moderators: Site Manager, fjwalraven

Post Reply
romsky
Posts: 39
Joined: Thu Jan 29, 2015 4:49 pm
Contact:

About Question enthuware.oce-jpad.v6.2.371 :

Post by romsky »

What this variable 'c' is about in following expression?

System.out.println(c.getStatus());

Did you forget to declare something?

admin
Site Admin
Posts: 10389
Joined: Fri Sep 10, 2010 9:26 pm
Contact:

Re: About Question enthuware.oce-jpad.v6.2.371 :

Post by admin »

c should be a reference to a Customer. This line is missing:

Code: Select all

Customer c= em.find(Customer.class, 1234); //retrieves a valid Customer
Added.
thank you for your feedback!

Post Reply

Who is online

Users browsing this forum: No registered users and 9 guests