RE: Bean Constants and JSP EL

2004-10-20 Thread Robin Mannering
x27;t like being forced to use capitals in my bean getXXX() but it looks right in the JSP I guess -Original Message- From: Paul McCulloch [mailto:[EMAIL PROTECTED] Sent: 20 October 2004 15:32 To: 'Struts Users Mailing List' Subject: RE: Bean Constants and JSP EL See http://marc.t

RE: Bean Constants and JSP EL

2004-10-20 Thread Paul McCulloch
See http://marc.theaimsgroup.com/?l=struts-user&m=109636066026332&w=2 > -Original Message- > From: Robin Mannering [mailto:[EMAIL PROTECTED] > Sent: Wednesday, October 20, 2004 3:21 PM > To: [EMAIL PROTECTED] > Subject: Bean Constants and JSP EL > > >

Bean Constants and JSP EL

2004-10-20 Thread Robin Mannering
Hi, Wondering if anyone has encountered this before and perhaps a solution :) I have constants defined in a regular Java bean class. ie. public static final String STATUS_DRAFT = "draft"; The bean has request scope in the page, no problem there, but I can't reference this constant value u