I have to give rating functionality in message board portlet. for that I have created hook and override view.jsp file of message board portlet. I have added "liferay-ui:rating"
tag as
liferay-ui:ratings
className="<%= MBMessage.class.getName() %>"
classPK="<%= message.getMessageId() %>"
type="stars"
I am getting error while deploying. what should be the values for className and classPK. Also from where can I get class name for message board and class primary key for the same.