I'm pulling my hair out trying to get a t5components/TabSet to work inside a zone, and I'm hoping someone can put their finger on the problem.
I think my TabSet is pretty straightforward, very similar to the sample code at http://87.193.218.134:8080/t5components/t5c-commons/ref/org/apache/tapestry/commons/components/TabSet.html . The only difference I can see is that my TabSet is inside a Zone. The problem is that sometimes, when I click an actionLink that refreshes the Zone that contains this TabSet, the contents of the TabSet disappear. If I refresh my browser after that, they return. I don't believe the problem is within my page--it seems to be maintaining its state correctly. The problem seems to be that the client side can't modify the "display:none" style on the appropriate tab if the TabSet is inside a Zone. Does anyone have any suggestions? Thanks, Andy