I have tried and PageKit does not correctly evaluate this nested tag scenario.
This would allow for a single template file to be used as the presentation layer and prevent having to have a copy the structure in every content display.
Any suggestions would be greatly appreciated.
Tom
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
this is not possible. <PKIT_COMPONENT> tag works more as a #include. And at the stge, where this part is included into your page, the <MODEL_VAR> tag is not expanded.
i did not really understand what you want to do, but maybe $model->pkit_internal_redirect($display) can help here.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Is there currently any way to perform the following type of statement?
<PKIT_COMPONENT NAME="<MODEL_VAR NAME="displayPage">">
I have tried and PageKit does not correctly evaluate this nested tag scenario.
This would allow for a single template file to be used as the presentation layer and prevent having to have a copy the structure in every content display.
Any suggestions would be greatly appreciated.
Tom
Hi Tom,
this is not possible. <PKIT_COMPONENT> tag works more as a #include. And at the stge, where this part is included into your page, the <MODEL_VAR> tag is not expanded.
i did not really understand what you want to do, but maybe $model->pkit_internal_redirect($display) can help here.