My problem is I'm not able to put <fmt:message key="agentIndex.label.renewalBonus" />
inside
$(”#plan1RenewalBonus“).html();
because of the Asterisk (") problem.
I hope it could be
$(”#plan1RenewalBonus“).html("<fmt:message key="agentIndex.label.renewalBonus" />");
anyone have solution for this issue?