You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Barry Volpe <st...@childrencare.com> on 2003/10/17 23:41:47 UTC

Using
Hi,

Want to replace:

<bean:message key="view.title" />

with

<fmt:message key="view.title" />

I put:

<%@ taglib uri="http://java.sun.com/jstl/fmt" prefix="fmt" %>

in my jsp.

All I get is 

???view.title???


What am I missing?

Thanks,
Barry