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:[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]>

Reply via email to