[TYPO3-mvc] own widget.paginate and f.widget.paginate throws error
Johannes C. Schulz - EnzephaloN IT-Solutions
info at enzephalon.de
Fri Jun 17 16:56:27 CEST 2011
Hi Franz
Oh my god! After editing and editing... such a small mistake! How
distressing!
Now this error went away, to be replaced by the next ;-)
Sorry, the requested view was not found.
The technical reason is: No template was found. View could not be resolved
for action "index".
Of course there is no indexAction-View because the plugin ist configured to
use ActionController "fulllistitemsAction". I will now try to find the
caller of "index" and replace it with "fulllistitems".
Thanks & best regards
Johannes
-----Ursprüngliche Nachricht-----
Von: typo3-project-typo3v4mvc-bounces at lists.typo3.org
[mailto:typo3-project-typo3v4mvc-bounces at lists.typo3.org] Im Auftrag von
Franz Koch
Gesendet: Freitag, 17. Juni 2011 16:37
An: typo3-project-typo3v4mvc at lists.typo3.org
Betreff: Re: [TYPO3-mvc] own widget.paginate and f.widget.paginate throws
error
Hey Johannes,
> <enzteaserlist:widget.paginate objects="teaseritems" as="teasers"
> configuration="{itemsPerPage:itemsperpage, insertAbove:0, insertBelow:1}">
ah, there is your error:
<enzteaserlist:widget.paginate objects="teaseritems"
it should be:
<enzteaserlist:widget.paginate objects="{teaseritems}"
notice the curly braces around "teaseritems".
--
kind regards,
Franz Koch
_______________________________________________
TYPO3-project-typo3v4mvc mailing list
TYPO3-project-typo3v4mvc at lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-project-typo3v4mvc
More information about the TYPO3-project-typo3v4mvc
mailing list