Hi,

you can do this in this way:

<bean:define id="msg">
  <bean:message key="property_key" />
</bean:define>

<logic:equals property="system.type" value="<%=msg%>">
...
</logic:equals>


Regards,

Frank

-----Ursprüngliche Nachricht-----
Von: Lee H [mailto:[EMAIL PROTECTED]
Gesendet: Freitag, 16. Januar 2004 13:33
An: [EMAIL PROTECTED]
Betreff: 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...
  


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

Reply via email to