Hello!

I propose change <rtexprvalue> in attribute key in tags <cache> and
<invalidate> to support runtime expression.
Because one jsp file can have more then one global view, that may be
cached.

For example :

<cache:cache scope="session" name="announces" 
key="<%=session.getAttribute(WebKeys.CLIENT_LOCALE).toString()%>" >
............
</cache:cache>

In this example one jsp can process request for several locales.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to