Re: [Tacos-devel] Problem with Tacos & IE Version

2006-08-02 Thread andyhot
dojo tries to include a flash in the page - it handles storage, though it's not really used by tacos... Could this be the reason for your problems? Try adding disableFlashStorage: true in the djConfig variable and tell us what happens. Otherwise, is it possible to get specific info for your pro

Re: [Tacos-devel] we're gonna branch, right?

2006-08-02 Thread Jesse Kuhnert
Branches aren't very hard to make, just do it :)On 8/2/06, Sam Gendler <[EMAIL PROTECTED]> wrote: I need to keep using tacos4-beta123456 for the time being, and I mayeven need to make changes to some components there.  At the same time, I want to start moving things over to tap 4.1.  So I am hoping

[Tacos-devel] Problem with Tacos & IE Version

2006-08-02 Thread Marcos Chicote
Hello I'm having problems with Tacos and IE Version 6.0.2800.1106 running on Windows 2000 Server. I've tried loading the same page (remotly) from an other machine with different versions of IE and different versions of Windows, and the page works fine. Seems to me that this specific version of IE

[Tacos-devel] Customize Column in Table Component?

2006-08-02 Thread Marcos Chicote
Hi! I'm new in Tacos, but I've been using Tapestry for a while now. I am using Tapestry's Contrib Table component. Actually I am using TableView because I need to customize some columns (I needed to add a column with a link, depending on the row). I don't like having to reload the entire page eve

[Tacos-devel] we're gonna branch, right?

2006-08-02 Thread Sam Gendler
I need to keep using tacos4-beta123456 for the time being, and I may even need to make changes to some components there. At the same time, I want to start moving things over to tap 4.1. So I am hoping we'll make a branch for at least one of those, so we don't lose compatiblity in one direction.

Re: [Tacos-devel] Trouble with Tacos after upgrade to Tapestry 4.1

2006-08-02 Thread Sam Gendler
It is safe to say that the components that don't do ajax requests will work pretty much with no changes and that anything which has actual ajax requests associated with it will at least function quite differently under the covers, even if the interface remains mostly the same. It will, however, be

[Tacos-devel] Tree component contentExpansion method not invoked

2006-08-02 Thread Thomas Häggström
Hi, According to the documentation it is possible to assign listeners via the linkListener parameter to the Tree component that are invoked on opening and closing of the tree nodes. However it seems, that this functionality is not implemented. In Tree.java there is a contentExpansion method for