[opencms-dev] opencms-dev Digest, Vol 99, Issue 2
atle.enersen at gmail.com
atle.enersen at gmail.com
Wed Sep 20 12:50:53 CEST 2023
Hi.
That did not work.
Vennlig hilsen Atle Enersen
--
Tel.: +47 48063171
X/Twitter: @nesrene
-----Opprinnelig melding-----
Fra: opencms-dev <opencms-dev-bounces at opencms.org> På vegne av opencms-dev-request at opencms.org
Sendt: tirsdag 19. september 2023 12:00
Til: opencms-dev at opencms.org
Emne: opencms-dev Digest, Vol 99, Issue 2
Send opencms-dev mailing list submissions to
opencms-dev at opencms.org
To subscribe or unsubscribe via the World Wide Web, visit
https://lists.opencms.org/mailman/listinfo/opencms-dev
or, via email, send a message with subject or body 'help' to
opencms-dev-request at opencms.org
You can reach the person managing the list at
opencms-dev-owner at opencms.org
When replying, please edit your Subject line so it is more specific than "Re: Contents of opencms-dev digest..."
Today's Topics:
1. Re: Sitemap "grayed out" (atle.enersen at gmail.com)
2. Re: Sitemap "grayed out" (Antonio Cordeddu)
3. Re: Regarding OpenCMS 15 TagLib Definition (Georg Westenberger)
----------------------------------------------------------------------
Message: 1
Date: Mon, 18 Sep 2023 12:35:20 +0200
From: <atle.enersen at gmail.com>
To: <opencms-dev at opencms.org>
Subject: Re: [opencms-dev] Sitemap "grayed out"
Message-ID: <001001d9ea1b$d31d0010$79570030$@gmail.com>
Content-Type: text/plain; charset="iso-8859-1"
Fra: atle.enersen at gmail.com <atle.enersen at gmail.com>
Sendt: lørdag 9. september 2023 16:02
Til: opencms-dev at opencms.org
Emne: Sitemap "grayed out"
Hello, best peopele.
My sitemap-icon (and Page editor) is grayed out in both Quick launch and Launchpad. I am new to OpenCMS, and I find the documentation not consistent.
It does not tell me howto get them back in working order.
Best regards, Atle Enersen
--
Tel.: +47 48063171
X/Twitter: @nesrene
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.opencms.org/pipermail/opencms-dev/attachments/20230918/2f417872/attachment-0001.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image001.png
Type: image/png
Size: 16909 bytes
Desc: not available
URL: <http://lists.opencms.org/pipermail/opencms-dev/attachments/20230918/2f417872/attachment-0001.png>
------------------------------
Message: 2
Date: Mon, 18 Sep 2023 13:07:02 +0200
From: Antonio Cordeddu <antoniocordeddu at coranto.it>
To: opencms-dev at opencms.org
Subject: Re: [opencms-dev] Sitemap "grayed out"
Message-ID: <64917fbd-0378-741c-4633-3b1effee92bd at coranto.it>
Content-Type: text/plain; charset="utf-8"; Format="flowed"
Hello Atle,
please check if you are positioned on "Root folder" (see the following
image): in this case the app "Page editor" and "Sitemap" are not available.
To make them available you have to choose your web site (see the last image).
Kind regards
Antonio Cordeddu
--
_______________________________________________
Coranto informatica di Antonio Cordeddu
Via Torricelli, 9 09047 Selargius (CA) - Italy antoniocordeddu at coranto.it https://www.coranto.it _______________________________________________
On 18/09/2023 12:35, Atle Enersen via opencms-dev wrote:
>
> *Fra:*atle.enersen at gmail.com <atle.enersen at gmail.com>
> *Sendt:* lørdag 9. september 2023 16:02
> *Til:* opencms-dev at opencms.org
> *Emne:* Sitemap "grayed out"
>
> Hello, best peopele.
>
> My sitemap-icon (and Page editor) is grayed out in both Quick launch
> and Launchpad. I am new to OpenCMS, and I find the documentation not
> consistent. It does not tell me howto get them back in working order.
>
> Best regards, Atle Enersen
>
> --
>
> Tel.: +47 48063171
>
> X/Twitter: @nesrene
>
>
> _______________________________________________
> This mail is sent to you from the opencms-dev mailing list
> To change your list options, or to unsubscribe from the list, please visit
> https://lists.opencms.org/mailman/listinfo/opencms-dev
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.opencms.org/pipermail/opencms-dev/attachments/20230918/1c25a0bc/attachment-0001.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: bPFp7IVfLQJH1vVv.png
Type: image/png
Size: 35040 bytes
Desc: not available
URL: <http://lists.opencms.org/pipermail/opencms-dev/attachments/20230918/1c25a0bc/attachment-0003.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: FgIlfMmOn0TTIBca.png
Type: image/png
Size: 16039 bytes
Desc: not available
URL: <http://lists.opencms.org/pipermail/opencms-dev/attachments/20230918/1c25a0bc/attachment-0004.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image001.png
Type: image/png
Size: 16909 bytes
Desc: not available
URL: <http://lists.opencms.org/pipermail/opencms-dev/attachments/20230918/1c25a0bc/attachment-0005.png>
------------------------------
Message: 3
Date: Mon, 18 Sep 2023 16:56:54 +0200
From: Georg Westenberger <g.westenberger at alkacon.com>
To: Sean Fok via opencms-dev <opencms-dev at opencms.org>
Subject: Re: [opencms-dev] Regarding OpenCMS 15 TagLib Definition
Message-ID: <7f11fe00-df48-eef8-51c4-5abe3da640fe at alkacon.com>
Content-Type: text/plain; charset="utf-8"; Format="flowed"
Hello,
The section of the JSP spec which you quote from is about tag files (JSP
tags defined via JSP code, in files named *.tag) and not tag handlers
(tags defined via Java classes, like e.g. <cms:formatter> is).
Specifically, it is about the variable directive. The point is that a
variable declaration like this:
<%@ variable alias="result" name-from-attribute="*var*" scope="AT_END"
declare="true" %>
requires an attribute declaration for "var" like this:
<%@ attribute name="*var*" *type="java.lang.String" required="true"
rtexprvalue="false"* %>
So you need to look at the tag files you are writing/using, not the
built-in <cms:...> tags.
Kind regards,
Georg
--
Georg Westenberger
Alkacon Software GmbH & Co. KG - The OpenCms Experts
https://www.alkacon.com -http://www.opencms.org
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.opencms.org/pipermail/opencms-dev/attachments/20230918/08bdc80e/attachment-0001.htm>
------------------------------
Subject: Digest Footer
_______________________________________________
This mail is sent to you from the opencms-dev mailing list
To change your list options, or to unsubscribe from the list, please visit
https://lists.opencms.org/mailman/listinfo/opencms-dev
------------------------------
End of opencms-dev Digest, Vol 99, Issue 2
******************************************
More information about the opencms-dev
mailing list