What steps will reproduce the problem?
1. Set export types to CSV and JEXCEL following example BasicPresidentController.java (in jmesa-3.0_examples.war-source.zip)
2. Rendered the table in Browser successfully using Ajax method
3. Clicked CSV export icon, opened downloaded file
What is the expected output? What do you see instead?
Saw <td>...</td> tags around each value in CSV export. Same happens for Excel export.
What version of the product are you using? On what operating system?
JMesa-3.0.4e.jar
Please provide any additional information below.
I based my server-side code on BasicPresidentController.java. Especially the part where you check tableModel.isExporting() and use the plain Table, Row and Column objects intead of HtmlTable, HtmlRow and HtmlColumn.