[opencms-dev] OCms5 - getNavText();

Daniel Rhoden drhoden at iiwinc.com
Fri Feb 25 16:06:38 CET 2005


Look for the documentation about the <cms:property tag> in the provided 
documentation.

One example:
<cms:property file="uri" name="NavText"/>

You can also do the scriptlet version of the same thing:
cms.property("NavText");

--Daniel Rhdoen

James wrote:

> How do I get the navigation text for the page I’m on?
>
> I’ve tried this:
>
> CmsJspNavElement sub = CmsJspNavElement;
>
> String navigationtext = sub.getNavText();
>
> But it says that it cannot resolve the symbol CmsJspNavElement
>
>------------------------------------------------------------------------
>
>
>
>_______________________________________________
>This mail is send to you from the opencms-dev mailing list
>To change your list options, or to unsubscribe from the list, please visit
>http://mail.opencms.org/mailman/listinfo/opencms-dev
>



More information about the opencms-dev mailing list