Re: [Tacos-devel] HiveMind SiteMap question

2006-05-17 Thread Mário Lopes
Actually, better yet, does anyone know what should I change so that the menu will always show, regardless if the page is in sitemap.xml? Because I have some webpages that are transitory that shouldn't be on the menu but I'd like the menu to be on them :-) -- Mário On 5/17/06, Mário Lopes <[EMAIL

Re: [Tacos-devel] HiveMind SiteMap question

2006-05-17 Thread Mário Lopes
I've put my own SiteMap inside WEB-INF/components but I'm getting this error Component 'SiteMap' not found in [EMAIL PROTECTED]]. -- Mário On 5/17/06, Jesse Kuhnert <[EMAIL PROTECTED]> wrote: In your application specification file? http://tacos.sourceforge.net/userguide/Setup.html You should

Re: [Tacos-devel] HiveMind SiteMap question

2006-05-16 Thread andyhot
Are you building your own tacos4-demo.jar ? In any case, the demo app includes a Border component which in turn uses tacos SiteMap See /demo/docroot/WEB-INF/Border.html >From Mαrio Lopes <[EMAIL PROTECTED]>: > Well, but where do I specify to use my own instead of those bundled > with tacos4-dem

Re: [Tacos-devel] HiveMind SiteMap question

2006-05-16 Thread Jesse Kuhnert
In your application specification file? http://tacos.sourceforge.net/userguide/Setup.htmlYou shouldn't need to specify it at all though, if you are running out of your own codebase and not the demo? All you would have to do is define SiteMap.html and SiteMap.jwc somewhere in your WEB-INF directory

Re: [Tacos-devel] HiveMind SiteMap question

2006-05-16 Thread Mário Lopes
Well, but where do I specify to use my own instead of those bundled with tacos4-demo jar? -- Mário On 5/16/06, Jesse Kuhnert <[EMAIL PROTECTED]> wrote: The same way you do with any other component. Define a SiteMap.jwc / SiteMap.html and use it. On 5/16/06, Mário Lopes < [EMAIL PROTECTED]> wr

Re: [Tacos-devel] HiveMind SiteMap question

2006-05-16 Thread Jesse Kuhnert
The same way you do with any other component. Define a SiteMap.jwc / SiteMap.html and use it. On 5/16/06, Mário Lopes < [EMAIL PROTECTED]> wrote:Hi,I'm using Tacos 4 demo as a starting point to initiate the development of an application. That said, I'd like to know where do I change thereference to

[Tacos-devel] HiveMind SiteMap question

2006-05-16 Thread Mário Lopes
Hi, I'm using Tacos 4 demo as a starting point to initiate the development of an application. That said, I'd like to know where do I change the reference to SiteMap.html (that's bundled in on the tacos4-demo.jar I suppose) so I can use my own? I couldn't find any single reference to it! Regards,