You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Yi-Xiong Zhou <yz...@arcturusag.com> on 2001/09/12 03:11:09 UTC

How to use ApplicationResources.properties file to set default va lues in JSP?

I want to set the default row and col values in <html:textarea /> from
ApplicationResources.properties. Does anyone know how to do that? 

The following way does not work apparently. 
<html:textarea property="note" rows='<bean:message key="note.rows" />'
cols="70" />

Thanks. 

Yi-Xiong Zhou