Robert Nicholson <[EMAIL PROTECTED]> wrote .. > What set of macros etc allows Velocity to put together composite pages > similar to the way Tiles works? I ask this group because Webwork still > has it's UI tag library based on Velocity > right? In which case I'm interested in folks who have something similar > to Tiles but uses Velocity syntax instead of JSP's since Tiles is > implemented as a set of JSP tags.
Can I first ask what you are trying to do? Are you trying to make a portlet style page (with many components), or are you trying to decorate a page? If it is the former - I would use the portlet spec, if the latter, then sitemesh. Or maybe another combination? Scott