Re: Components binding with custom object
Re: Components binding with custom object
- Subject: Re: Components binding with custom object
- From: HOUNKPONOU Ronald <email@hidden>
- Date: Fri, 29 May 2015 22:22:21 +0100
Hi everyone!!
Thanks for all your response.
Everything is now working for me.
I was doing a mistake in the call of the component A in a third one (C) as if A require the binding value. (A is the template that all pages should use).
But i have another question (I don't know if it is best to make a separate post):
Question : What is the best way to make a dynamiq page inclusion system?
I have a lot of custumized components those i would like to listed on a central page (this page use my template).
And i want that depending of the clicked link the corresponding components is load in the content area ofmy central page.
Thanks for your help.