Hi,
In SS4 tutorial lessons, the actions LatestArticles() and FeaturedProperties() are defined in the HomePageController. In the matching HomePage.ss template, two loops loop through those actions (screenshot 1).
I tried to replicate this in my work with the actions getStudents() and Jobs() in my controller (screenshot 2).
getStudents() by itself works fine. However, I get an error (screenshot 3) whenever I include the two loops in my template.
I think I am missing some key SS concept, but can’t quite find it in the tutorial and the documentation.
Thanks for your suggestions & help.
K.
Screenshot 1:
Screenshot 2:
Screenshot 3: