Option to handle NULL values with <s:text> tag
----------------------------------------------
Key: WW-3322
URL: https://issues.apache.org/struts/browse/WW-3322
Project: Struts 2
Issue Type: Improvement
Reporter: Burton Rhodes
Priority: Minor
<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 = {0,number,\u00A4###,##0}
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.