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