You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by AMIR-TAHMASSEB Marc <MA...@cus-strasbourg.net> on 2003/12/05 15:00:42 UTC

using ApplicationResources in jsp...

Hi,
i wonder to know if it's possible to use a property in ApplciationResources in  the jsp code.
 
I want to do something like this :
 
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<%@ page language="java" %>
<%@ taglib uri="/WEB-INF/struts-html.tld"     prefix="html" %>
<%@ taglib uri="/WEB-INF/struts-bean.tld"     prefix="bean" %>
<%@ taglib uri="/WEB-INF/struts-template.tld" prefix="template" %>
<%@ taglib uri="/WEB-INF/struts-logic.tld"    prefix="logic" %>
<%
    String title = title.from.ressources; // i don't know how to access it !
%>
<html:html>
<body>
<%=title%>
</body>
</html:html>
 
 
 
--
Marc AMIR-TAHMASSEB
mamir-tahmasseb@cus-strasbourg.net