Closed GoogleCodeExporter closed 8 years ago
You will need to call the following method by providing a implementation of
WorksheetSaver interface.
TableModelUtils.saveWorksheet(tableId, request, worksheetSaver);
To see the usage see:
http://code.google.com/p/jmesa/source/browse/trunk/jmesaLive/web/jsp/tagWorkshee
t.jsp
http://code.google.com/p/jmesa/source/browse/trunk/jmesaLive/src/org/jmesalive/c
ontroller/WorksheetSaverImpl.java
WorksheetSaver.java
http://code.google.com/p/jmesa/source/browse/trunk/jmesa/src/org/jmesa/model/Wor
ksheetSaver.java
Original comment by sidda...@gmail.com
on 28 Sep 2010 at 5:07
Are you coming from a previous version of JMesa? If you use the new tld you
have to use jmesa:tableModel syntax. At the moment the two are identical so it
is really just setting up for the future.
http://code.google.com/p/jmesa/wiki/JMesa3Examples
You can also post your code if you are still having problems.
Original comment by jeff.johnston.mn@gmail.com
on 28 Sep 2010 at 6:54
Not sure if this issue is valid yet...
Original comment by jeff.johnston.mn@gmail.com
on 9 Mar 2011 at 7:49
Original issue reported on code.google.com by
VictorRo...@gmail.com
on 28 Sep 2010 at 3:47