Re: How to get PageClass from BufferedResponseRequestHandler ? And how to "link" related requests?

2014-06-17 Thread Hendy Irawan
Thank you Martin! Filed https://issues.apache.org/jira/browse/WICKET-5621 Hendy -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/How-to-get-PageClass-from-BufferedResponseRequestHandler-And-how-to-link-related-requests-tp4666247p4666286.html Sent from the Users forum

Re: How to get PageClass from BufferedResponseRequestHandler ? And how to "link" related requests?

2014-06-17 Thread Martin Grigorov
> Hendy > > -- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/How-to-get-PageClass-from-BufferedResponseRequestHandler-And-how-to-link-related-requests-tp4666247p4666282.html > Sent from the Users forum mailing list archive at Nabble.com. > > -

Re: How to get PageClass from BufferedResponseRequestHandler ? And how to "link" related requests?

2014-06-16 Thread Hendy Irawan
e (in onEndRequest)?? The response manipulation is quite simple (adding dynamic JavaScripts before ) but I'd like to do it in CPU-efficient way if possible. Hendy -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/How-to-get-PageClass-from-BufferedResponseRequestHandler-

Re: How to get PageClass from BufferedResponseRequestHandler ? And how to "link" related requests?

2014-06-13 Thread Hendy Irawan
View this message in context: http://apache-wicket.1842946.n4.nabble.com/How-to-get-PageClass-from-BufferedResponseRequestHandler-And-how-to-link-related-requests-tp4666247p4666252.html Sent from the Users forum mailing list archive at Nabbl

Re: How to get PageClass from BufferedResponseRequestHandler ? And how to "link" related requests?

2014-06-13 Thread Martin Grigorov
842946.n4.nabble.com/How-to-get-PageClass-from-BufferedResponseRequestHandler-And-how-to-link-related-requests-tp4666247p4666248.html > Sent from the Users forum mailing list archive at Nabble.com. > > - > To unsubscribe,

Re: How to get PageClass from BufferedResponseRequestHandler ? And how to "link" related requests?

2014-06-13 Thread Sven Meier
6. [http-thread-2] End RequestGroup -> calculates mem usage, etc. between #2..#6 I tried to use ThreadLocal but since thread is different, the information stored in step #2 is lost. Thank you. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/How-to-get-PageC

Re: How to get PageClass from BufferedResponseRequestHandler ? And how to "link" related requests?

2014-06-13 Thread Hendy Irawan
I also tried requestCycle.setMetaData() but the metadata is also gone for the next related request. :( -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/How-to-get-PageClass-from-BufferedResponseRequestHandler-And-how-to-link-related-requests-tp4666247p4666248.html Sent

How to get PageClass from BufferedResponseRequestHandler ? And how to "link" related requests?

2014-06-13 Thread Hendy Irawan
etc. between #2..#6 I tried to use ThreadLocal but since thread is different, the information stored in step #2 is lost. Thank you. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/How-to-get-PageClass-from-BufferedResponseRequestHandler-And-how-to-link-related-reques