Well, if you actually have a scoped attribute named "constants" with a
"getMyKey()" accessor, then the expression would be
"${constants.myKey}".> -----Original Message----- > From: David Graham [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, November 20, 2002 3:03 PM > To: [EMAIL PROTECTED] > Subject: RE: JSTL Question (EL vs. RT + Struts) > > I see, so I have to do constants.getMyKey(). I guess that's > easy enough. > > David > > >From: "Karr, David" <[EMAIL PROTECTED]> > > > >There is none. JavaBeans. JavaBeans. JavaBeans. > > > > > -----Original Message----- > > > From: David Graham [mailto:[EMAIL PROTECTED]] > > > > > > But what is the EL expression to get a constant like > Constants.MY_KEY? -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

