The only possible explanation is that, on *this* Windows machine, you have *two* configurations which could be applied to a Forrest document:
* The correct configuration containing <class>com.xmlmind.xmleditapp.xhtml.table.TableColumn</class> which is ignored. * The obsolete configuration containing <class>com.xmlmind.xmleditapp.xhtml.TableColumn</class> which is used by XXE. [1] Make sure that you don't have two XXEs installed on your machine. Make sure that your login name (AKA user name) is really the one you think it is. (Sorry for the "Windows for Dummies"-style of these questions.) [2] Please use "Help|About XMLmind XML Editor" and carefully check that your correct configuration, XXX/addon/MYCONFIG/myconfig.xxe, is listed there. Please double-check everything listed in this dialog box. [3] If you search all your files looking for "com.xmlmind.xmleditapp.xhtml.TableColumn" and don't find this string, this could mean that: * You are not searching in *all* the possible places. * OR the obsolete configuration may be *including* (i.e. using <cfg:include/>) a file itself containing "com.xmlmind.xmleditapp.xhtml.TableColumn". * OR the obsolete configuration is located on a remote server and it is referenced in the XXE_ADDON_PATH environment variable. If you don't find the problem by yourself, please send us: [1] what is listed after typing command "set" in a Command Prompt window, [2] what is listed in the "Help|About XMLmind XML Editor" dialog box. Sjur N?rsteb? Moshagen wrote: > I am still having problems with the new/updated user config support for > HTML tables et al. > > In my addon/MYCONFIG/myconfig.xxe I have the following: > > <command name="forrest.tableColumn"> > <class>com.xmlmind.xmleditapp.xhtml.table.TableColumn</class> > </command> > <command name="forrest.tableRow"> > <class>com.xmlmind.xmleditapp.xhtml.table.TableRow</class> > </command> > > Now, this is taken directly from the example in the documentation, and > it works flawlessly under MacOS X (10.4.x/Java 1.4.2). The *exact* same > config gives me the following error message under Windows XP when > opening/creating a document using my config: > > cannot register command "forrest.tableRow": > com.xmlmind.xmleditapp.xhtml.TableRow > > cannot register command "forrest.tableColumn": > com.xmlmind.xmleditapp.xhtml.TableColumn > > There are no traces of a command class > "com.xmlmind.xmleditapp.xhtml.TableColumn" whatsoever, I have searched > all files, all locations I could find, in case there are old instances > of the config laying around. Nothing. > > I have even tried uninstalling and reinstalling XXE, to no avail. I > have also installed the config anew - no change. > > The only thing left that I can think of is a bug in XXE. > > Regarding the error message and the config command: > > The error message is the same, including the class reference, > irrespective of which of the two variants below I use: > > <class>com.xmlmind.xmleditapp.xhtml.table.TableColumn</class> <!-- > new, correct reference --> > <class>com.xmlmind.xmleditapp.xhtml.TableColumn</class> <!-- > old, incorrect reference --> > > In both cases XXE reports an error as if I had used the old reference, > which I am not. I have checked many times.

