RE: JSTL: c:set and scope value

2002-04-26 Thread Matt Raible
Thank you - exactly the answer I was looking for! > -Original Message- > From: Ryan Lubke [mailto:[EMAIL PROTECTED]] > Sent: Friday, April 26, 2002 12:26 PM > To: [EMAIL PROTECTED] > Cc: 'Tag Libraries Users List' > Subject: Re: JSTL: c:set and scope

Re: JSTL: c:set and scope value

2002-04-26 Thread Ryan Lubke
Actually, the acceptable values for any of the actions that use the scope attribute are 'page', 'request', 'session', and 'application'. pageScope, requestScope, sessionScope, and applicationScope are used with the EL and XPath implicit objects. So: