Patrick Casey <patcasey <at> adelphia.net> writes:

> 
> 
>       Probably because it's frustrating to find a bug (or at least think
> you've found a bug) and have folks neither confirm, nor deny the bug, but
> instead question why the hell you're doing things a particular way :). 

No excuse. Probably 99% of posts like this are not bugs.
Geoff's question was entirely reasonable, since the example code
provided did not indicate multiple selections.

Anyway "tapestrycn", you can work around the bug by downloading the source
for Tapestry, copying the Select component into your project, and making
your own customised Select component.

Patch the java source as follows:
    protected void cleanupAfterRender(IRequestCycle cycle)
    {
        _rendering = false;
        _selections = null;

        cycle.removeAttribute(ATTRIBUTE_NAME);
    }

Cheers,
Nick.



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

Reply via email to