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

Reply via email to