/ Published in: Java
before and after resourcing the label are shown
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
//before <input type="button" name="mapFilterFormBtn" value="Update" onclick="reloadlocations('<html:rewrite forward="platform.getlocations"/>')"/> //after <input type="button" name="mapFilterFormBtn" onclick="reloadlocations('<html:rewrite forward="axeda.getlocations"/>')" value='<fmt:message key="updateLabel"/>'/> Resource Bundle Entry: jsp.service.device.modules.map.updateLabel=Update! Resource Bundle notation in file containing the button: <fmt:bundle basename="com.platform.drm.webapp.service.JspResources" prefix="jsp.service.device.modules.map.">