Forums / Developer / Datatype

Datatype

Author Message

Mahesh Arvind

Monday 28 February 2005 12:06:47 am

Hi,
I have created a new datatype for different languages in Ez Publish 3.2.4. I have upgraded to Ez Publish 3.5 now. The datatype does not work now. I am not able to fetch the selected value. Are user defined datatypes handled differently in Ez Publish 3.5 or if not how do I get the value of the datatype.

Thanks
Mahesh

Thanks & Regards
Mahesh

Björn Dieding@xrow.de

Monday 28 February 2005 6:33:03 pm

Please referr to the current datatypes in 3.5 ... It might be the case that your datatype does not work anymore due a lack of a feature.

Looking for a new job? http://www.xrow.com/xrow-GmbH/Jobs
Looking for hosting? http://hostingezpublish.com
-----------------------------------------------------------------------------
GMT +01:00 Hannover, Germany
Web: http://www.xrow.com/

Mahesh Arvind

Tuesday 01 March 2005 12:49:27 am

Hi Bjorn,

It seems that there is no problem with the old datatype. But, I have used the following code to fetch it
{Child:item.data_map.resource_language.data_text}

But, this does not return anything. How do I fetch the content of this attribute?

Thanks & Regards
Mahesh

Gabriel Ambuehl

Tuesday 01 March 2005 1:34:41 am

Try
$Child:item[...]
or even just
$:item[...]

Visit http://triligon.org