Hi,
I'm a novice in JSTL and Infoglue.
Could anyone please let me know how I can generate a Sitemap component using these two? I need the component to have just one property ie the HomePage. Given the home-page of the website developed using infoglue, the component should be able to generate links to all the pages in the website irrespective of the page's depth.
I can generate it using the <structure:chil dPages> tag in infoglue-structure tag library but the problem is that I don't know how to go to indefinite depth using basic JSTL. So if possible help me with a code snippet.
Thanks in advance.
I'm a novice in JSTL and Infoglue.
Could anyone please let me know how I can generate a Sitemap component using these two? I need the component to have just one property ie the HomePage. Given the home-page of the website developed using infoglue, the component should be able to generate links to all the pages in the website irrespective of the page's depth.
I can generate it using the <structure:chil dPages> tag in infoglue-structure tag library but the problem is that I don't know how to go to indefinite depth using basic JSTL. So if possible help me with a code snippet.
Thanks in advance.
Comment