ChenilleKit IE Rendering

2009-06-19 Thread bmg125
I am using the components in ChenillKit/T5Components extensively in my app, but I am running into some issues with how they are rendered in IE vs Firefox. As is usually the case, the components looks great in Firefox. But often struggle in IE. In fact, while using IE6 even the demo doesn't re

Re: [T5] Request Management

2009-01-02 Thread bmg125
Okay, so I tried contributing a MasterDispatcher. I contributed it with an order of after:PageRender, however it doesn't seem to be getting called. It seems that PageRenderDispatcher is interrupting the pipeline, so contributing a dispatcher after:PageRender isn't possible. Anyone know of a w

[T5] Request Management

2009-01-02 Thread bmg125
I am running into a problem trying to determine when a conversation starts and more specifically ends with Tapestry. I understand that Tapestry issues some redirects or creates a new request(s) for the render cycle. Is there a way to determine when a conversation is completed and the page has be

Re: [T5] Nested Zones

2008-12-21 Thread bmg125
Well, I thought I would post a note about what I did to actually get this to work. I think that this still seems like a work around and that tapestry should make the dealings of its generated internal ids more transparent. Also, I didn't come up with this on my own, so thank Fanf for pointing m

Re: [T5] Nested Zones

2008-12-18 Thread bmg125
I have been thinking about this problem a little further and I don't think that adding a static id on the zone is going to work. The problem that I have is that this Zone lives inside a component. This component could be used multiple times and that would break the uniqueness of the id of the zon

[T5] Nested Zones

2008-12-17 Thread bmg125
I know that this topic has come up a number or times in the past but I am still struggling to get it to work. I am trying to update a nested zone and I get the Javascript message: "Unable to localte Ajax Zone '...' for dynamic update". In several posts, and JIRA Cases, the solution has been to

Re: T5 - Authentication filter

2007-07-15 Thread bmg125
Otho did you ever find a solution to the the Class Cast Exception when using the @ApplicationState annotation? I have read and reread the docs and it seems like my code should work. I am basically just trying to create an ASO with the default persistence strategy and constructor. So I am not su