bgould / jmesa

Automatically exported from code.google.com/p/jmesa
0 stars 0 forks source link

tags problemas #286

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi jeff. I´m trying to work with jmesa tags but i´m having some problems.

First of all, i include the jmesa.tld in my project but <jmesa:tableFacade> 
doesn´t exists (i´m working with jmesa 3.0)

Second, i did my table with jmesa:tableModel but when click on save changes 
button no worksheet exists and the saveWorksheet of the tablemodel doesn´t 
work, the debug doesn´t enter saveworsheetchanges method.

Could you please help me?

Thanks

Original issue reported on code.google.com by VictorRo...@gmail.com on 28 Sep 2010 at 3:47

GoogleCodeExporter commented 9 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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
Not sure if this issue is valid yet...

Original comment by jeff.johnston.mn@gmail.com on 9 Mar 2011 at 7:49