Hi All,<br><br>I'm working my way through the Catalyst tutorial and am currently in Part* Advanced CRUD.&nbsp; In this section HTML::Widget is introduced, along with examples of using TT2 with H::W.&nbsp; <br><br>One line in an example of a TT2 template near the bottom of the page uses:<br><br><pre>[% FOREACH element = widget_result.elements %]<br><span style="font-family: arial;"><br><br>I'm having a hard time figuring this out because I can't find mention of the <br>.elements method anywhere.<br><br>Does someone have a pointer to more advanced examples of using TT2 with H::W and Catalyst?<br><br>Or a pointer to documentation about the available options in C::P::H::W?  .elements isn't mentioned in the H::W documentation anywhere that I can find.<br><br>Thanks,<br><br>Ryan<br><br></span></pre>