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
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
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
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
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
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
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