2 Replies Latest reply on Jul 2, 2008 11:11 PM by sbasinge

    Dynamic Content

    sbasinge

      I want to integrate content from a JSR-170 content repository into a site created with SEAM.  There are 3 immediate things I don't know how to do. 


      1 - How do you convert a list of Nodes returned from JCR into Rich menuGroups and menuItems to dynamically create a pulldown menu system?


      2 - How does the JCR security and SEAM security relate?  JAAS or OpenLDAP?


      3 - Ideally, if someone drags and HTML file into the displayed menu hierarchy in repository via WebDAV, I'd like it to show up on the site.  RichMenuItem always looks for .seam, not .html?  What controls that and how do you change it?

        • 1. Re: Dynamic Content
          sbasinge

          The dynamic menu discussion helped me programmitically assemble the menu from a list of nodes returned from jcr query.  But, if one of the nodes has a url ref of /test/test/html, when the menuItem is rendered, it tries to link to /test/test/seam.  Why?

          • 2. Re: Dynamic Content
            sbasinge

            I even tried putting is simple s:link with view /test/test.html and rendered html has /test/test.seam