Hi,
Is there a default namespace that one can use in a library similar to
the default "application" namespace for an application ?
I have 2 pages in a library (say Page1 and Page2). When i make a link on
one of those pages from an application page, i use the id i have
declared in the <library> tag of my application as a namespace (say
lib:Page1) and everything is ok.
But i need a link between the 2 pages of my library (from Page1 to
Page2). I can't use the "lib" namespace which is associated to the
application. And with no namespace, i have the following error :
Page 'Page2' not found in application namespace.
Any idea ?
--
Stéphane Decleire