Hello,
I am fiddling with xowiki. On a current 5.9 installation I think I have found a problem. Here are the steps to reproduce:
- Go in the admin page of xowiki and click on "Categories" on the left
- click on a category tree
- up on the right, switch the language from current to another one
This should fire an error complaining that required parameter "tree_id" was not supplied to the page.
Fix should be simple: in /packages/categories/www/cadmin/tree-view.adp is sufficient to add another property
<property name="tree_id">@tree_id@</property>
and the problem goes.
All the best