My favorites | Sign in
Project Home Downloads Wiki Issues Source
READ-ONLY: This project has been archived. For more information see this post.
Search
for
  Advanced search   Search tips   Subscriptions
Issue 286: tags problemas
1 person starred this issue and may be notified of changes. Back to list
Status:  Invalid
Owner:  ----
Closed:  Mar 2011


 
Reported by VictorRo...@gmail.com, Sep 28, 2010
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


Sep 28, 2010
Project Member #1 sidda...@gmail.com
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:
https://code.google.com/p/jmesa/source/browse/trunk/jmesaLive/web/jsp/tagWorksheet.jsp
https://code.google.com/p/jmesa/source/browse/trunk/jmesaLive/src/org/jmesalive/controller/WorksheetSaverImpl.java

WorksheetSaver.java
https://code.google.com/p/jmesa/source/browse/trunk/jmesa/src/org/jmesa/model/WorksheetSaver.java
Sep 28, 2010
Project Member #2 jeff.johnston.mn@gmail.com
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.

https://code.google.com/p/jmesa/wiki/JMesa3Examples

You can also post your code if you are still having problems.
Mar 9, 2011
Project Member #3 jeff.johnston.mn@gmail.com
Not sure if this issue is valid yet...
Status: Invalid

Powered by Google Project Hosting