Hi,

the property "org.apache.tapestry.disable-caching" is set to false in production environments for good reasons. However in T3 it was possible to clear the cache by calling "clearCachedData()" of BaseEngine class. I would like to update page template files without restarting the application server.

Mahmut


Jesse Kuhnert schrieb:
If you tell us what problem you are trying to solve it may be easier to give
a solution. There are an endless number of possibilities in t4, we just
don't know what you're trying to do.

On 1/5/06, Mahmut Izci <[EMAIL PROTECTED]> wrote:
Hi,

it looks like in T4 the access options to the underlying javax.servlet.*
classes have been completely restricted.
I'm thinking about how to port our projects to tapestry 4 and i just
found out that some parts will not work with T4.

So how can I access the servlet input stream to parse a post request (in
an engine service)? Formerly i used "cycle.getRequest().getReader()".

We are using "BaseEngine.clearCachedData" to update our templates, but
this is no longer available. How can we clear
the cached data?

How can i get the servlet context root folder
(ServletContext.getRealPath used formerly)?

Thanks
Mahmut


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




Reply via email to