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 value > > > 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: > > <c:set value="some value" var="myVar" scope="session"/> > > <c:out value='${sessionScope.myVar}"/> > > Hope this helps. > > -rl > > On Fri, 2002-04-26 at 10:22, Matt Raible wrote: > > In section 4.3 of the JSTL PDF, it states that I should be > able to do > > something like this: > > > > <c:set value="${viewPath}${assetForm.filename}" var="wrapperURL" > > scope="pageScope"/> > > > > But I get this error message: > > > > Validation error messages from tag library c > > null: Invalid "scope" attribute in "c:set" tag: "pageScope" > > > > > > > > -- > > To unsubscribe, e-mail: > <mailto:taglibs-user-> [EMAIL PROTECTED]> > > For > additional commands, > e-mail: > > <mailto:[EMAIL PROTECTED]> > > > > >
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
