|
From: Rob H. <ro...@ca...> - 2004-07-23 13:21:36
|
I'm guessing that we would have to add support for both Velocity and XSLT under Tiles. That way you could use Tiles to perform the layout and then use Velocity views for one tile and XSLT for another. I am going to finish some JMX stuff up today and then take a look at this Velocity integration over the weekend, because I need it for a project. If I have time I will look at XSLT as well. Rob _____ From: spr...@li... [mailto:spr...@li...] On Behalf Of Stefan D Sookraj Sent: 23 July 2004 12:51 To: spr...@li... Subject: [Springframework-developer] Velocity, XSLT integration On the subject of view integration, how would I integrate Velocity and XSLT views? I have my left nav bar done in velocity and do not want to redundanly redo the logic for XSLT. How can I use Velocity for the left nav, header and footer and XSLT for the main content area? Is this possible and is there an example? Thank you. Friday, July 23, 2004 6:09 AM To: <spr...@li...> cc: From: "Alef Arendsen" <al...@jt...> Subject: RE: [Springframework-developer] Velocity, Tiles and Spring I had a short email chat with Pavl Muller on this... He's sent me his code for integration tiles with velocity (TilesVelocityView and even views mixing velocity and jsp in different Tiles I believe). I'll forward it to you. Didn't have the time to look at it yet... alef _____ From: spr...@li... [mailto:spr...@li...] On Behalf Of Rob Harrop Sent: Friday, July 23, 2004 11:15 AM To: spr...@li... Subject: [Springframework-developer] Velocity, Tiles and Spring All, I have a quick question what is the best way of using Velocity as the component views for a Tiles-based view in Spring? Rob |