Hi All, I have a project where I map report definitions to java objects using castor. The output of the report is in XHTML format. There would be some explanatory text included in the report.
It seems apropriate to allow portions of HTML to be added to the report definition, which would be copied to the output document. The solution I thought of is something like assigning the serialized markup as a String to a property of an object, but I have no clue on where to start. Is this possible with castor? -- Peter Molnar <[email protected]> --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email

