Forums / Developer / Datatype

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

Datatype

Author Message

Mahesh Arvind

Monday 28 February 2005 12:06:47 am

Hi,
I have created a new datatype for different languages in Exponential 3.2.4. I have upgraded to Exponential 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 Exponential 3.5 or if not how do I get the value of the datatype.

Thanks
Mahesh

Thanks & Regards
Mahesh

Björn X

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.

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