You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Lee H <lh...@trimelion.com> on 2004/01/16 13:32:47 UTC

access to ApplicationResources values from struts tags

Hi - would be very grateful if anyone has any advice on the following:

Is it possible to use values stored in the ApplicationResources file in
struts logic: and html: tags?

As a simple example, in app resources we have 
          system.type = type_x

in my jsp i'd like to do

<logic:equals property="system.type" value="type_y"............

similarly in html tags, but i cant find a way to do it.

Thanks in advance...