can anyone give me a clue how to use the RunData object within JSP pages?
I only found something like this to implement it:
RunDataService rds = new TurbineRunDataService(); rds.init(); RunData runData = rds.getRunData(request, response, config);
but in this case the rds will be initiated everytime I load the page - so no data can passed around :(
It would be very nice if someone could point me in the right direction for the handling of jsp/xsp pages.
FYI: I don't want to use the velocity - templates because, we have a working environment using jsp/xsp and want to integrate Turbine in this (what is work to do enough ;-)
any suggestion appreciated !!
thnx
-- daniel
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
