I haven't personally used it .. but looking at /static/navigation/list_menus.vtl ... it looks like you would be working with the $navigationItems. The vtl ...
Yes but the API there needs to be updated. The code is below for that method if it means anything to you. Basically it returns a collection of Event objects....
Ah, ok, so it is both categories and tags of the base event. Thanks Apparently, our calendar is set to 7 days plus or minus. I don't know if this is how we...
The documentation wiki (http://www.dotcms.org/documentation) is getting much better. Thanks for providing that for us. I noticed, it appears the search box...
Todd, For decent performance on a production site, you would have to use at least a medium instance, or a high-cpu one. The small one won't cut it other than...
Andres Olarte
andres.olarte@...
Feb 2, 2009 5:23 pm
3951
Can anyone direct me on how to setup dotCMS to use a standalone jetty server? Amer R. Child...
Amer Child
achild@...
Feb 2, 2009 5:57 pm
3952
Another thank you for the wiki :) One question ... are the instructions on: http://dotcms.org/documentation/InstallingFromRelease correct? They seem old and...
I don't really understand what you want. Jetty is just a web server. We ship with Tomcat, which has a similar function. If you want to serve content...
Andres Olarte
andres.olarte@...
Feb 2, 2009 6:42 pm
3954
Hi Chris et al., We are brand-spanking new to dotCMS (just purchased it last week and are still finalizing the paperwork). We're sending a team to Miami and...
Barton Tyner
tynerb@...
Feb 2, 2009 7:02 pm
3955
Is there such a thing as having a personal web content page? So basically, each user that logs in can have their own page on the website. Also, is there a way...
Does anyone know if it's possible to allow a form to submit from another one of our Web servers by using the dotCMS sendEmail function (we're on dotCMS 1.5)? I...
Great we'll see ya there! Feel free to shoot me off an email at cfalzone@... if you want to hook up. Christopher F. Falzone Web Developer - Edinboro...
Finally updates to 1.6.5 on a test box and am getting this error when trying to create a folder (I've tried this on existing sites as well as a new site): ...
So based on what you are saying I can take the dotCMS and drop into jetty? Or would a better option be to deploy a WAR file? Regards, Amer R. Child Training...
Amer Child
achild@...
Feb 2, 2009 10:19 pm
3960
Hi, I went to the demo site to test something related to reports, and was excited to find that there was a test report "Roles Assigned to Groups." However,...
I'm going to try to test this. I suppose if you have a structure such as Web Content, it will inherit additional permissions when they create their content. If...
There's also a way, and I *think* it's in the dotcms-config.properties file, to set up a folder skeleton that can be created for a user when they first login....
Michael Fienen
mfienen@...
Feb 3, 2009 5:14 am
3964
This works using the velocity $listTool #set($s = $macro.getFolderPath($VTLSERVLET_URI, $request).split("/")) #set($is_s = $listTool.size($s)) <p>$is_s</p> ...
From a URL I'm passing two values of "type" and "id". URL looks like "index.dot?type=policy&id=93847" In my velocity code, I want to create an If/Else to...
#set($theType = $request.getParameter("type")) #if($theType.equals("policy")) Do something #end ... -- Thanks, Jason Tesser dotCMS Lead Development Manager ...
There used to be a Velocity Cheat Sheet you could get that showed how to use the request object to get your parameters. You could login to the demo site and...
Jim: Sounds like something isn't quite right with your database / database connection. Hibernate will barf if it can't map all the objects to tables and it...
Has anyone ever seen this error? Lexical error: org.apache.velocity.runtime.parser.TokenMgrError: Lexical error at line 309, column 16. Encountered: "-" (45),...