I am looking for a way to simplify my ApplicationResources.properties file. For example:
errors.header=<div ALIGN="center"><center><TABLE class="error_table"><TR class="error_tr"><TD class="error_tr">Validation Error<hr/></TD></TR> errors.footer=</TABLE></center></div> error.footageRequired.integer=<TR class="error_tr"><TD class="error_td"><img src="images/star.gif" border="0" />Footage required must be a positive integer</TD></TR> error.chkItems.required=<TR class="error_tr"><TD class="error_td"><img src="images/star.gif" border="0" />At least 1 item must be selected</TD></TR> I basically do not want to put <TR class="error_tr"><TD class="error_td"><img src="images/star.gif" border="0" /> in front of each entry or </TD></TR> following them. Is this already possible? Jason Long - CEO and Chief Software Engineer Supernova Software - supernovasoftware.com BS Physics, MS Chemical Engineering --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]