Hi All,
I am migrating an old school Notes Web application to Xpages using the OneUI platform.
My application is a document library database. Web app is displaying documents to end users. (Doc editing is done in the client by doc administrators)
Docs are organized in Main Chapters (Xpage=chapter) and each chapter has a categorized index.
The latter is I have built as a Navigator using Basic container nodes for Categories and ViewEntryTreeNodes with keys to display documents within each category.
The navigator relates to the original Notes Client view. The documents are supposed to open in a separate Xpage (Or Custom Control for that matter) in the middle facet of the Xpage.
In other words; I want the navigator in the right facet working as a view control, enabling the display of documents on the same page as the Navigator.
The Navigater may end up an accordion control, but the same priciples apply.
The document collection displays nice and categorized in the Navigator, I'm able to point at my document links but not to open them.
I have the <xe:this.onClick><![CDATA[submit]]></xe:this.onClick> set on the tree nodes, but being new to Xpages I'm not sure about what goes in here respectively the Event Handler.
Any ideas to what I'm overlooking is welcome!
Vidar