Hello,
I've searched the forums through and through and I have not found a
solution to deleting the "hidden" documents that come with the mass deletion
of a page. Even the DeleteSpaceSnippet does not delete them despite saying
that it does, and they do not appear on the search function either.
A second question I have is regarding the navigation panel. The current
navigation panel is limited such that, once its height exceeds 250 pixels,
it will stop displaying items. This is a problem for larger sections, and I
do not want to change the maximum height to a ridiculous number. Is there
any way to add a scroll bar? If that is not possible, is there a reliable
tree view navigation panel that I could use? (I am not familiar with the
syntax, so I do not know how to program them myself)
Thanks!
Hi!
I'm new to XWiki (especially to new "Component" design). My question
is: can my component/plugin access the database
the same way XWiki does? I.e. if I write Hibernate mappings for my own
objects and reference them in XWiki hibernate.cfg.xml,
how can my plugin/component gain access to Hibernate session object?
Previously I've written a plugin for XWiki and had to connect to
database separately from XWiki.
It was not convenient at all and I want to avoid this practice in
further development.
Moreover, I had some problems with using connection pool, so I think
it would be wiser to
use XWiki database connection.