I am using jasperreports-1.3.3 to generate Jasper Report in HTML format.
The generated HTML report contains the table without name or ID. Ex:- <table><tr><td></td></tr></table> I would like to generate the name / id to the table, row and column HTML construts that are generated by Jasper Reports. This is useful to identify the table, row, column with name by testing tool winRunner. Expected HTML output :- <table id="tab1"><tr id="row1"><td id="col1"></td></tr></table> Need help in this regard. -- View this message in context: http://www.nabble.com/Not-able-to-provide-name---ID-for-the-HTML-tables-and-Headers-generated-by-Jasper-reports-tf4240365.html#a12065695 Sent from the jasperreports-questions mailing list archive at Nabble.com. ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ jasperreports-questions mailing list jasperreports-questions@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jasperreports-questions