[opencms-dev] Issue with default values in the content type
Filip Kratochvil
filip.kratochvil at nelasoft.cz
Tue Jul 14 15:18:30 CEST 2015
Hi,
try to check line:
<xsd:attribute name="language" type="OpenCmsLocale" use="optional"/>
Of you have this line in your „main“ XSD, last value of atribute „use“ should be „required“:
<xsd:attribute name="language" type="OpenCmsLocale" use=" required "/>
When you make some changes in XSD, you must publish it (i hope you know it:)
--
Regards
Filip Kratochvil
------------------------------------------------
NELASOFT Technologies, s.r.o.
E-mail: filip.kratochvil at nelasoft.cz
Web: www.nelasoft.cz <http://www.nelasoft.cz/>
Twitter: @NELASOFT <https://twitter.com/NELASOFT>
From: opencms-dev-bounces at opencms.org [mailto:opencms-dev-bounces at opencms.org] On Behalf Of Ashish Shekhar
Sent: Tuesday, July 14, 2015 3:14 PM
To: The OpenCms mailing list
Subject: Re: [opencms-dev] Issue with default values in the content type
Thanks for the reply. It still didn't work after changing and configuring to abc.xsd.
-Ashish
On Tue, Jul 14, 2015 at 1:25 PM, Antonio Cordeddu <antoniocordeddu at coranto.it> wrote:
Hi Ashish,
you have to set the default value in the main xsd (abc-xsd.txt, in your case), as in the following sample:
...
<defaults>
<default element="MainContent/Title" value="Add a new title here" />
</defaults>
...
Kind regards
Antonio Cordeddu
_______________________________________________
Coranto informatica di Antonio Cordeddu
Via Torricelli, 9 09047 Selargius (CA) - Italy
antoniocordeddu at coranto.it
Skype: antonio.cordeddu
http://www.coranto.it
_______________________________________________
On 13/07/2015 11:27, Ashish Shekhar wrote:
Hi,
I have created content type for which I have configure xsd as per my need.
The default value which is coming fine for simple xml content type but when I used nested content type the default value is not coming.
I want the default value should come to every nested items when ever I add new instance + but its not coming to a single instance.
I am attaching my xsd. Does anyone have idea what is missing here?
Thanks
Ashish
_______________________________________________
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
http://lists.opencms.org/cgi-bin/mailman/listinfo/opencms-dev
_______________________________________________
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
http://lists.opencms.org/cgi-bin/mailman/listinfo/opencms-dev
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://webmail.opencms.org/pipermail/opencms-dev/attachments/20150714/e3f4e35a/attachment.htm>
More information about the opencms-dev
mailing list