Thomas Dumm wrote: > > Using XMLMind V4.0 I get the following error message, when opening a > document: > > cannot register command "gre.GenericTableEdit": > com.xmlmind.xmleditapp.tableedit.GenericTableEdit > > In my configuration I have set the following, which worked fine with V3.8.1 > > > <command name="gre.GenericTableEdit"> > <class>com.xmlmind.xmleditapp.tableedit.GenericTableEdit</class> > </command> > > <property name="gre.GenericTableEdit.tableSpecification"> > table=Table tgroup > rowGroup=tbody thead tfoot > row=row > cell=entry > rowSpan=morerows+1 > </property> >
> PS: Has "com.xmlmind.xmleditapp.tableedit.GenericTableEdit" been replaced by > "com.xmlmind.xmledit.cmd.table.GenericTableEdit"? Yes. There are so many changes in the internal organization of XXE v4 that we cannot document them all. You need to refer to the reference documentation when you think something has changed. Here the reference documentation is: "A generic, parametrizable, table editor command" http://www.xmlmind.com/xmleditor/_distrib/doc/commands/tableEdit.html And in this case, the documentation is out of date. Sorry for that. Of course, we'll fix this bug for the next release.

