Z61 Well-known member Feb 8, 2015 #1 I have an array loaded from the controller that I want to pass onto another action. Code: {xen:link reports/hidden, $hiddenComments} But the data doesn't seem to get passed to the action (actionHidden). Any ideas, fellows?
I have an array loaded from the controller that I want to pass onto another action. Code: {xen:link reports/hidden, $hiddenComments} But the data doesn't seem to get passed to the action (actionHidden). Any ideas, fellows?
Z61 Well-known member Feb 8, 2015 #3 Daniel Hood said: try: {xen:link 'reports/hidden', '', $hiddenComments} Click to expand... That throws compiler errors and breaks the template modification.
Daniel Hood said: try: {xen:link 'reports/hidden', '', $hiddenComments} Click to expand... That throws compiler errors and breaks the template modification.