Yes it's a bug. The stand-alone distro should 
probable use session-scope instead of conversation scope. 
You can change this honeycomb.tapestry.excel.xml

> -----Original Message-----
> From: Andreas Andreou [mailto:[EMAIL PROTECTED]
> Sent: Thursday, April 13, 2006 11:32 PM
> To: Tapestry users
> Subject: Re: Excel Service / honeycomb news
> 
> 
> It seems honey-excel.jar isn't the only thing needed -
> AFAICT conversation scope definition is missing...
> 
> Schulte Marcus wrote:
> 
> >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/Honeyco
> mb.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]
> >
> >
> >  
> >
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to