Aew
Estou tentando utilizar Waffle tag lib para fazer os meus formulario ele funciona e tudo…
mais quando eu vo colocar o titulo dele no messages.properties ele não vai
ta assim oh:
jsp:
<%@page contentType="text/html" pageEncoding="UTF-8"%>
<%@ taglib uri="http://waffle.codehaus.org" prefix="w" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>JSP Page</title>
</head>
<body>
<w:form action="/dependente.cadastrar.logic" type="table">
<w:text name="teste.nome" />
<w:submit value="send"/>
</w:form>
</body>
</html>
messages.properties:
teste.nome=nome
e esta saindo assim:
???teste.nome???
Ha… estou utilizando VRaptor no netbeans o meu views.properties esta funcionando ele esta
no “pacote padrão” (foi o unico lugar onde ele funciono) e o messages.properties esta com ele tbm…
se alguem poder me ajudar agradeço…
VLW!