I have the following in a jsp search page:

<html:textarea property="field(SourceArea)" rows="0" cols="0" styleClass="searchTextArea"/>

field is an ActionForm and is a map. In this example "SourceArea" is hard coded as string.
Is it possible to retrive this hard coded string from properties file?
I tried something like :


<html:textarea property="field('<bean:message key="source.area"/>')" rows="0" cols="0" styleClass="searchTextArea"/>

but it doesn't seem to work...
Any suggestions ?

Todor


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to