Hello,

I want to add a new static page in Nuxeo.

I created a links.xhtml with static data.

In deployment-fragment.xml, I added


<extension target="faces-config#NAVIGATION">
    <navigation-case>
        <from-outcome>links</from-outcome>
        <to-view-id>/links.xhtml</to-view-id>
        <redirect />
    </navigation-case>
</extension>


Now, in another .xhtml, I want to write a link to this page, how could I 
do that ?

Thank you.
_______________________________________________
ECM mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm

Reply via email to