protected void saveRating() {
if (ratingUp != null) {
//the rating was modified, save it
MovieRentalService service = getService();
if (service.supportsFeature(ServiceFeature.movieRating)) {
try {
service.updateMovieRating(this.movieItem);
//post a modification event