[OT] How to use java constants as bean identifiers in jsps

2004-01-26 Thread Paul McCulloch
Hi, Is there a common solution to using Constants for bean identifiers in your views? For example in some action I have ... Collection foo = new SomeCollection(); request.setAttribute(Constants.SOME_THING, foo); I want to access this collection via the JSTL in my view. Something like

Re: [OT] How to use java constants as bean identifiers in jsps

2004-01-26 Thread James Mitchell
Look at the unstandard tags. Specifically, the bind tag. -- James Mitchell Software Engineer / Struts Evangelist http://www.struts-atlanta.org 678.910.8017 (cell) AIM: jmitchtx MSN: [EMAIL PROTECTED] - Original Message - From: Paul McCulloch [EMAIL PROTECTED] To: Struts Users Mailing