From: Peter S. <pet...@bl...> - 2015-03-18 17:28:29
|
Hello, Is it possible to read attributes send to the webpage by post out of the render event? I'm writing an extension which does some replacements on the webpage before rendering. The replacements are depending on the parameters send to the webpage by post. I tried renderEvent.getOriginalRequest().getOriginalRequest().getAttribute("...") but this works only for parameters send by post. Greetings Peter Schroer |