after some time of silence honeycomb will be back soon: - Mark Shead is working on a cleaner, maven-2 based build, thanks a lot! - I'll dig out some useful components not covered elsewhere and beef up the sample UI a tiny bit - I'm about to add examples to show the beauty of hivemind engine-services ;).
As a preview, I've put a small jar on http://www.javaforge.com/proj/doc.do?proj_id=481 . It's called honey-excel.jar and adds Excel-Export functionality to (almost) any contrib:Table If you want to try it: - drop the jar along with a recent apache-poi-jar in WEB-INF/lib - add to your .application the line: <library id="honey" specification-path="/com/javaforge/honeycomb/tapestry/Honeycomb.library"/> - insert the excel link in your page, like this: <a href="#" jwcid="@honey:ExcelTableLink" table="component:yourTableId"> Excel </a> Precautions: - your model must use SimpleTableColumn or classes derived from it. - you can use your own ColumnValue-blocks, but then provide an ognl-expression anyway to make the excel service happy Marcus --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]