TAL Portlet

Warning
This product has not had a release in over 1 year and may no longer be maintained.
by Martin Aspeli last modified Feb 16, 2011 02:10 AM

A simple portlet that renders the results of a TAL template.

Project Description

TAL Portlet, aka collective.portlet.tal, is a very simple portlet for Plone 3.  It allows the site admin to write a short chunk of HTML that includes TAL template statements.  This makes it easy to build simple, slightly dynamic portlets through the web. 

Note: if you are trying to build more sophisticated dynamic portlets, you should probably be doing this via filesystem-based development techniques. 

Current Release
TAL Portlet 1.0

Released Sep 09, 2008 — tested with Plone 4, Plone 3

A stable, working release.
More about this release…

Download file Get TAL Portlet for all platforms
Tarball
Download file Get TAL Portlet for all platforms
Egg
If you are using Plone 3.2 or higher, you probably want to install this product with buildout. See our tutorial on installing add-on products with buildout for more information.

All Releases

Version Released Description Compatibility Licenses Status
1.0 Sep 09, 2008 A stable, working release. More about this release…
Plone 4
Plone 3
GPL final

Comments (1)

Ken Wasetis at ContextualCorp.com Sep 29, 2010 04:09 PM
This portlet has come in handy for us on sites we've built, such as on Cleversafe.com. Sometimes you just need a bit more advanced capability in some portlet business logic and this is a nicer way to allow somewhat technical (not afraid of HTML tags) users to edit some portlet code from within the Plone UI and not forcing them to dig into the ZMI and remember portal_* utility names and possibly mess things up.