Hi, In my current project, I have to generate output in multiple formats for the same data. So I would like to have for instance a template Query.vm which shows some results in HTML format, while Query.xm would show the results in XML, and both templates would refer to the same Java class Query.java. How would I achieve this? I would prefer to have multiple template directories, one for each format and with their own layout and navigation files. Unfortunately, this doesn't seem to work.. Any suggestions are appreciated, Marcel --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
