To add a new string or message to a form, you must add a new tag to the .jsp file and corresponding entry in the associated properties file. For example, to add a new tag called NewTag to a .jsp file called PWScreen.jsp, you must do the following:
PWScreen.NewTag=NewValue
<%=getI18NParameter (resourcebundle, "PWScreen.NewTag")%>
At runtime, the tag in the .jsp file is replaced with the string: NewValue.
Copyright © 2010 CA. All rights reserved. | Email CA about this topic |