Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
Description
<s:text> tag currently diaplays "null" if passed a NULL parameter value. Would be better to display an empty string (or allow user to specify a "default" value as the <property> tag allows). The following code will print "null" in the UI if "itemPrice" is null.
jsp file:
<s:text name="format.money"><s:param value="#itemPrice"/></s:text>
package.properties file:
format.money =