Author: vbriand Date: 2011-03-17 17:40:52 +0100 (Thu, 17 Mar 2011) New Revision: 29 Url: http://chorem.org/repositories/revision/chorem/29 Log: Added dependency to chorem-entities in chorem-web's pom The home page is now parsed properly by i18n plugin Modified: trunk/chorem-web/pom.xml trunk/chorem-web/src/main/webapp/WEB-INF/jsp/home.jsp Modified: trunk/chorem-web/pom.xml =================================================================== --- trunk/chorem-web/pom.xml 2011-03-17 15:48:40 UTC (rev 28) +++ trunk/chorem-web/pom.xml 2011-03-17 16:40:52 UTC (rev 29) @@ -48,6 +48,12 @@ </dependency> <dependency> + <groupId>org.chorem.chorem</groupId> + <artifactId>chorem-entities</artifactId> + <version>${version}</version> + </dependency> + + <dependency> <groupId>org.apache.struts</groupId> <artifactId>struts2-core</artifactId> </dependency> Modified: trunk/chorem-web/src/main/webapp/WEB-INF/jsp/home.jsp =================================================================== --- trunk/chorem-web/src/main/webapp/WEB-INF/jsp/home.jsp 2011-03-17 15:48:40 UTC (rev 28) +++ trunk/chorem-web/src/main/webapp/WEB-INF/jsp/home.jsp 2011-03-17 16:40:52 UTC (rev 29) @@ -11,13 +11,13 @@ <%@page contentType="text/html" pageEncoding="UTF-8"%> <%@taglib prefix="s" uri="/struts-tags"%> -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" - "http://www.w3.org/TR/html4/loose.dtd"> +<!-- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" + "http://www.w3.org/TR/html4/loose.dtd"> --> -<html> +<html xmlns:s="http://java.sun.com/xml/ns/j2ee/web-jsptaglibrary_2_0.xsd" + xmlns:jsp="http://java.sun.com/JSP/Page"> <head> - <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> - <title>Chorem</title> + <title><s:text name="chorem.home" /></title> </head> <body> <h1>Overview</h1>