RE: Accessing a static final constant from Class in JSP

2003-11-18 Thread Srinivas Kusunam
which tag do u use to access the constants from the class as I don't want to use JSP Scriplets??? Thanks, S! [EMAIL PROTECTED] 11/17/03 05:41PM Import the class in your jsp, then you can directly access it. %@ page import=GSOPConstants% -Original Message- From: Srinivas Kusunam

RE: Accessing a static final constant from Class in JSP

2003-11-18 Thread Larry Meadors
I don't think there is one, but maybe somone will educate me. ;-) Why not put this in ApplicationResources and then use the bean:message tag? Larry [EMAIL PROTECTED] 11/18/03 8:31 AM which tag do u use to access the constants from the class as I don't want to use JSP Scriplets??? Thanks, S!

RE: Accessing a static final constant from Class in JSP

2003-11-18 Thread Steve Armstrong
[mailto:[EMAIL PROTECTED] Sent: Tuesday, November 18, 2003 10:48 AM To: [EMAIL PROTECTED] Subject: RE: Accessing a static final constant from Class in JSP I don't think there is one, but maybe somone will educate me. ;-) Why not put this in ApplicationResources and then use the bean:message tag

RE: Accessing a static final constant from Class in JSP

2003-11-17 Thread Shane Mingins
: RE: Accessing a static final constant from Class in JSP Import the class in your jsp, then you can directly access it. %@ page import=GSOPConstants% -Original Message- From: Srinivas Kusunam [mailto:[EMAIL PROTECTED] Sent: Monday, November 17, 2003 2:17 PM To: [EMAIL PROTECTED