Are there struts tags to access constants in Java

2005-01-14 Thread kjc
Looking for a way to avoid using = %= JavaConstClass.JAVA_CONST % 
in my .jsp
Are there struts tags that can do the equivalent.
Thanks in advance.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: Are there struts tags to access constants in Java

2005-01-14 Thread James Mitchell
Take a look over in taglibs.  There is a cool tag (called unstandard) for 
binding values.

http://jakarta.apache.org/taglibs/sandbox/doc/unstandard-doc/
This will do what you want.
--
James Mitchell
Software Engineer / Open Source Evangelist
EdgeTech, Inc.
678.910.8017
AIM: jmitchtx
- Original Message - 
From: kjc [EMAIL PROTECTED]
To: Struts Users Mailing List user@struts.apache.org
Sent: Friday, January 14, 2005 11:31 AM
Subject: Are there struts tags to access constants in Java


Looking for a way to avoid using = %= JavaConstClass.JAVA_CONST % 
in my .jsp
Are there struts tags that can do the equivalent.
Thanks in advance.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


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