The null value display problem is also sovled (after referring to the
JSTL 1.2 spec) :
<fmt:message key="${formatKey}" bundle="${nameOrder}">
<fmt:param><c:out value="${person.firstName}"
default=""/></fmt:param>
<fmt:param><c:out value="${person.middleInitial}"
default=""/></fmt:param>
<fmt:param><c:out value="${person.lastName}"
default=""/></fmt:param>
</fmt:message>
-Rashmi
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]