Are there any Apache helper tools for stamping text templates? Ideally, I would like to put something like the <logic:iterate>, <bean:write> tags in a static text file. Then from a Struts Action read the text file (maybe into a String) process the "tags", stamping in dynamic session values (looping over a Collection) and use javamail to send it off.
Or is there another more straightforward way to do sophisticated String stamping using Struts, another Apache product, or even with plain old Java? Any help is greatly appreciated. Thanks, --Michael Marrotte --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

