I've tried to write the following: <bean:message key="<jsp:getProperty property="textKey"/>" />
which doesn't work. However, the following works: <bean:message key="<%= aBean.getTextKey() %>" /> Is it possible to nest tags as in the first example? How? What are the rules for nesting tags? /Mattias ___________________________________________________________________________ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
