Hello all, Our application has the need to generate files.
I'm interested in trying to use Tapestry to do this since we're already using T5 on the presentation layer. Has anyone extracted the Tapestry templating engine to do other processing? Something like the pseudo-code below: // BEGIN @Inject ComponentRenderer cr; MyComponent component = new MyComponent(); component.setName("Test"); OutputStream os = cr.render(component); // END Can anyone point me to the right package/class to look at for something like this? Thanks! Joel --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]