1
vote
1answer
253 views
Using a jsp fmt tag in another tag
I'd like to be able to include the return value of a fmt tag in another tag:
<local:roundedBox boxTitle="<fmt:message key="somekey"/>">
content
</roundedBox>
…
