dialog error

View: New views
5 Messages — Rating Filter:   Alert me  

dialog error

by Sheetal Thaker :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


I get the following error on a dialog which I built and was working for
the last 8 weeks:

"Attribute dialog invalid for tag editButton according to TLD"

the error is pointing to this line of code:

<cms:editButton label="Add top paragraph text" dialog="myDialog" contentNodeName="text"/>

I built the dialog over a month ago and it worked fine until today

I used the following link to build the dialog area for a webpage:

http://documentation.magnolia-cms.com/cookbook/creating-a-custom-dialog.html

the paragraph was working fine until we installed the Googlemaps jar file...

I do notice a contradiction between the error I recieve, the tutorial which allows dialog="" and the tag reference
which states that it does not use dialog as an attribute.... (see link below)

http://dev.magnolia-cms.com/ref/3.0.5/magnolia-taglib-cms/tagreference.html#editButton

It's confusing.... can someone shed some light

Many thanks

Sheetal








----------------------------------------------------------------
For list details see
http://www.magnolia-cms.com/home/community/mailing-lists.html
To unsubscribe, E-mail to: <user-list-unsubscribe@...>
----------------------------------------------------------------


Re: dialog error

by Zdenek Skodik :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Hi Sheetal,

in versions prior to Magnolia 4.1 the dialog attribute
of editButton was not supported anymore:

http://dev.magnolia-cms.com/ref/4.0.1/magnolia-taglib-cms/tagreference.html#cms:editButton

with Magnolia 4.1 the dialog attribute was introduced:

http://dev.magnolia-cms.com/ref/4.0.1/magnolia-taglib-cms/tagreference.html#cms:editButton

I don't see any relation between googlemaps and
the tag library.
There can be a workaround which should work,
just rename the attribute to paragraph and
if your dialog has unique name it should
go through.


-  
Best regards,

Zdenek Skodik
Magnolia International Ltd.

Magnolia®  - Simple Open-Source Content Management


On Út, 2009-11-03 at 15:18 +0000, Sheetal Thaker wrote:

> I get the following error on a dialog which I built and was working for
> the last 8 weeks:
>
> "Attribute dialog invalid for tag editButton according to TLD"
>
> the error is pointing to this line of code:
>
> <cms:editButton label="Add top paragraph text" dialog="myDialog" contentNodeName="text"/>
>
> I built the dialog over a month ago and it worked fine until today
>
> I used the following link to build the dialog area for a webpage:
>
> http://documentation.magnolia-cms.com/cookbook/creating-a-custom-dialog.html
>
> the paragraph was working fine until we installed the Googlemaps jar file...
>
> I do notice a contradiction between the error I recieve, the tutorial which allows dialog="" and the tag reference
> which states that it does not use dialog as an attribute.... (see link below)
>
> http://dev.magnolia-cms.com/ref/3.0.5/magnolia-taglib-cms/tagreference.html#editButton
>
> It's confusing.... can someone shed some light
>
> Many thanks
>
> Sheetal
>
>
>
>
>
>
>
>
> ----------------------------------------------------------------
> For list details see
> http://www.magnolia-cms.com/home/community/mailing-lists.html
> To unsubscribe, E-mail to: <user-list-unsubscribe@...>
> ----------------------------------------------------------------


----------------------------------------------------------------
For list details see
http://www.magnolia-cms.com/home/community/mailing-lists.html
To unsubscribe, E-mail to: <user-list-unsubscribe@...>
----------------------------------------------------------------


Re: dialog error

by Zdenek Skodik :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


oops sorry for the second link it should be

http://dev.magnolia-cms.com/ref/4.1/magnolia-taglib-cms/tagreference.html#cms:editButton



-  
Best regards,

Zdenek Skodik
Magnolia International Ltd.

Magnolia®  - Simple Open-Source Content Management


On Út, 2009-11-03 at 17:00 +0100, Zdenek Skodik wrote:

> Hi Sheetal,
>
> in versions prior to Magnolia 4.1 the dialog attribute
> of editButton was not supported anymore:
>
> http://dev.magnolia-cms.com/ref/4.0.1/magnolia-taglib-cms/tagreference.html#cms:editButton
>
> with Magnolia 4.1 the dialog attribute was introduced:
>
> http://dev.magnolia-cms.com/ref/4.0.1/magnolia-taglib-cms/tagreference.html#cms:editButton
>
> I don't see any relation between googlemaps and
> the tag library.
> There can be a workaround which should work,
> just rename the attribute to paragraph and
> if your dialog has unique name it should
> go through.
>
>
> -  
> Best regards,
>
> Zdenek Skodik
> Magnolia International Ltd.
>
> Magnolia®  - Simple Open-Source Content Management
>
>
> On Út, 2009-11-03 at 15:18 +0000, Sheetal Thaker wrote:
> > I get the following error on a dialog which I built and was working for
> > the last 8 weeks:
> >
> > "Attribute dialog invalid for tag editButton according to TLD"
> >
> > the error is pointing to this line of code:
> >
> > <cms:editButton label="Add top paragraph text" dialog="myDialog" contentNodeName="text"/>
> >
> > I built the dialog over a month ago and it worked fine until today
> >
> > I used the following link to build the dialog area for a webpage:
> >
> > http://documentation.magnolia-cms.com/cookbook/creating-a-custom-dialog.html
> >
> > the paragraph was working fine until we installed the Googlemaps jar file...
> >
> > I do notice a contradiction between the error I recieve, the tutorial which allows dialog="" and the tag reference
> > which states that it does not use dialog as an attribute.... (see link below)
> >
> > http://dev.magnolia-cms.com/ref/3.0.5/magnolia-taglib-cms/tagreference.html#editButton
> >
> > It's confusing.... can someone shed some light
> >
> > Many thanks
> >
> > Sheetal
> >
> >
> >
> >
> >
> >
> >
> >
> > ----------------------------------------------------------------
> > For list details see
> > http://www.magnolia-cms.com/home/community/mailing-lists.html
> > To unsubscribe, E-mail to: <user-list-unsubscribe@...>
> > ----------------------------------------------------------------
>
>
> ----------------------------------------------------------------
> For list details see
> http://www.magnolia-cms.com/home/community/mailing-lists.html
> To unsubscribe, E-mail to: <user-list-unsubscribe@...>
> ----------------------------------------------------------------


----------------------------------------------------------------
For list details see
http://www.magnolia-cms.com/home/community/mailing-lists.html
To unsubscribe, E-mail to: <user-list-unsubscribe@...>
----------------------------------------------------------------


Re: dialog error

by Sheetal Thaker :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Hi strangely enough, we removed the googlesitemap module and it works
again, I figured that this was a version thing

thanks for your help

Sheetal

Zdenek Skodik wrote:

> oops sorry for the second link it should be
>
> http://dev.magnolia-cms.com/ref/4.1/magnolia-taglib-cms/tagreference.html#cms:editButton
>
>
>
> -  
> Best regards,
>
> Zdenek Skodik
> Magnolia International Ltd.
>
> Magnolia®  - Simple Open-Source Content Management
>
>
> On Út, 2009-11-03 at 17:00 +0100, Zdenek Skodik wrote:
>  
>> Hi Sheetal,
>>
>> in versions prior to Magnolia 4.1 the dialog attribute
>> of editButton was not supported anymore:
>>
>> http://dev.magnolia-cms.com/ref/4.0.1/magnolia-taglib-cms/tagreference.html#cms:editButton
>>
>> with Magnolia 4.1 the dialog attribute was introduced:
>>
>> http://dev.magnolia-cms.com/ref/4.0.1/magnolia-taglib-cms/tagreference.html#cms:editButton
>>
>> I don't see any relation between googlemaps and
>> the tag library.
>> There can be a workaround which should work,
>> just rename the attribute to paragraph and
>> if your dialog has unique name it should
>> go through.
>>
>>
>> -  
>> Best regards,
>>
>> Zdenek Skodik
>> Magnolia International Ltd.
>>
>> Magnolia®  - Simple Open-Source Content Management
>>
>>
>> On Út, 2009-11-03 at 15:18 +0000, Sheetal Thaker wrote:
>>    
>>> I get the following error on a dialog which I built and was working for
>>> the last 8 weeks:
>>>
>>> "Attribute dialog invalid for tag editButton according to TLD"
>>>
>>> the error is pointing to this line of code:
>>>
>>> <cms:editButton label="Add top paragraph text" dialog="myDialog" contentNodeName="text"/>
>>>
>>> I built the dialog over a month ago and it worked fine until today
>>>
>>> I used the following link to build the dialog area for a webpage:
>>>
>>> http://documentation.magnolia-cms.com/cookbook/creating-a-custom-dialog.html
>>>
>>> the paragraph was working fine until we installed the Googlemaps jar file...
>>>
>>> I do notice a contradiction between the error I recieve, the tutorial which allows dialog="" and the tag reference
>>> which states that it does not use dialog as an attribute.... (see link below)
>>>
>>> http://dev.magnolia-cms.com/ref/3.0.5/magnolia-taglib-cms/tagreference.html#editButton
>>>
>>> It's confusing.... can someone shed some light
>>>
>>> Many thanks
>>>
>>> Sheetal
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>> ----------------------------------------------------------------
>>> For list details see
>>> http://www.magnolia-cms.com/home/community/mailing-lists.html
>>> To unsubscribe, E-mail to: <user-list-unsubscribe@...>
>>> ----------------------------------------------------------------
>>>      
>> ----------------------------------------------------------------
>> For list details see
>> http://www.magnolia-cms.com/home/community/mailing-lists.html
>> To unsubscribe, E-mail to: <user-list-unsubscribe@...>
>> ----------------------------------------------------------------
>>    
>
>
> ----------------------------------------------------------------
> For list details see
> http://www.magnolia-cms.com/home/community/mailing-lists.html
> To unsubscribe, E-mail to: <user-list-unsubscribe@...>
> ----------------------------------------------------------------
>
>  

----------------------------------------------------------------
For list details see
http://www.magnolia-cms.com/home/community/mailing-lists.html
To unsubscribe, E-mail to: <user-list-unsubscribe@...>
----------------------------------------------------------------


Re: dialog error

by Sheetal Thaker :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


however, I will update the tag so it is correct...

thanks again.. :)

S

Zdenek Skodik wrote:

> oops sorry for the second link it should be
>
> http://dev.magnolia-cms.com/ref/4.1/magnolia-taglib-cms/tagreference.html#cms:editButton
>
>
>
> -  
> Best regards,
>
> Zdenek Skodik
> Magnolia International Ltd.
>
> Magnolia®  - Simple Open-Source Content Management
>
>
> On Út, 2009-11-03 at 17:00 +0100, Zdenek Skodik wrote:
>  
>> Hi Sheetal,
>>
>> in versions prior to Magnolia 4.1 the dialog attribute
>> of editButton was not supported anymore:
>>
>> http://dev.magnolia-cms.com/ref/4.0.1/magnolia-taglib-cms/tagreference.html#cms:editButton
>>
>> with Magnolia 4.1 the dialog attribute was introduced:
>>
>> http://dev.magnolia-cms.com/ref/4.0.1/magnolia-taglib-cms/tagreference.html#cms:editButton
>>
>> I don't see any relation between googlemaps and
>> the tag library.
>> There can be a workaround which should work,
>> just rename the attribute to paragraph and
>> if your dialog has unique name it should
>> go through.
>>
>>
>> -  
>> Best regards,
>>
>> Zdenek Skodik
>> Magnolia International Ltd.
>>
>> Magnolia®  - Simple Open-Source Content Management
>>
>>
>> On Út, 2009-11-03 at 15:18 +0000, Sheetal Thaker wrote:
>>    
>>> I get the following error on a dialog which I built and was working for
>>> the last 8 weeks:
>>>
>>> "Attribute dialog invalid for tag editButton according to TLD"
>>>
>>> the error is pointing to this line of code:
>>>
>>> <cms:editButton label="Add top paragraph text" dialog="myDialog" contentNodeName="text"/>
>>>
>>> I built the dialog over a month ago and it worked fine until today
>>>
>>> I used the following link to build the dialog area for a webpage:
>>>
>>> http://documentation.magnolia-cms.com/cookbook/creating-a-custom-dialog.html
>>>
>>> the paragraph was working fine until we installed the Googlemaps jar file...
>>>
>>> I do notice a contradiction between the error I recieve, the tutorial which allows dialog="" and the tag reference
>>> which states that it does not use dialog as an attribute.... (see link below)
>>>
>>> http://dev.magnolia-cms.com/ref/3.0.5/magnolia-taglib-cms/tagreference.html#editButton
>>>
>>> It's confusing.... can someone shed some light
>>>
>>> Many thanks
>>>
>>> Sheetal
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>> ----------------------------------------------------------------
>>> For list details see
>>> http://www.magnolia-cms.com/home/community/mailing-lists.html
>>> To unsubscribe, E-mail to: <user-list-unsubscribe@...>
>>> ----------------------------------------------------------------
>>>      
>> ----------------------------------------------------------------
>> For list details see
>> http://www.magnolia-cms.com/home/community/mailing-lists.html
>> To unsubscribe, E-mail to: <user-list-unsubscribe@...>
>> ----------------------------------------------------------------
>>    
>
>
> ----------------------------------------------------------------
> For list details see
> http://www.magnolia-cms.com/home/community/mailing-lists.html
> To unsubscribe, E-mail to: <user-list-unsubscribe@...>
> ----------------------------------------------------------------
>
>  

----------------------------------------------------------------
For list details see
http://www.magnolia-cms.com/home/community/mailing-lists.html
To unsubscribe, E-mail to: <user-list-unsubscribe@...>
----------------------------------------------------------------