I am invoking an HTML view from a link on a Joomla content page.
The link correctly calls an event by passing a date to a read action which reads three link tables (Courses, Games, and Reps} and produces {view:pink_sheet_email} which is a list of golf course details which are available on the passed date.
In this listing the golf course name has a link on it coded in HTML. The code for this is :
<a href="index.php?option=com_chronoconnectivity6&cont=manager&conn=monthly-online-entry&courses_id={var:pink_sheet_email.row.Courses.courses_id}&event=view_online_entry" target="_blank">{var:pink_sheet_email.row.Courses.CourseName} - {var:pink_sheet_email.row.Courses.courses_id}</a>
The event view_online_entry is then supposed to read the Courses table to get the specific course named in the link. However the read isn't successful becasue the courses_id is not being passed.
Where am I going wrong.
Thanks,
Karen
The link correctly calls an event by passing a date to a read action which reads three link tables (Courses, Games, and Reps} and produces {view:pink_sheet_email} which is a list of golf course details which are available on the passed date.
In this listing the golf course name has a link on it coded in HTML. The code for this is :
<a href="index.php?option=com_chronoconnectivity6&cont=manager&conn=monthly-online-entry&courses_id={var:pink_sheet_email.row.Courses.courses_id}&event=view_online_entry" target="_blank">{var:pink_sheet_email.row.Courses.CourseName} - {var:pink_sheet_email.row.Courses.courses_id}</a>
The event view_online_entry is then supposed to read the Courses table to get the specific course named in the link. However the read isn't successful becasue the courses_id is not being passed.
Where am I going wrong.
Thanks,
Karen