> quite complex to attempt; there are probably lots of corner cases such
> as
>> > components that don't generate an element (and so have no suitable
> place
>> > in the output to write the attributes).
>> >
>> > I'm interested to know in what way this &q
ven better"
for
> > you... perhaps there is another way of approaching the problem. So
far,
> > I've written a lot of tests using PageTester and the tapestry-xpath
> > library and I'm just using HTML "id" attributes with a little XPath
and
> > it&
gt;
> --
> Paul Field
> Research IT
> Deutsche Bank
>
>
>
>
> "Joost Schouten (mailing lists)"
> 26/05/2009 22:23
> Please respond to
> "Tapestry users"
>
>
> To
> Tapestry users
> cc
>
> Subject
> Re: tap
7;m just using HTML "id" attributes with a little XPath and
it's working great.
Paul
--
Paul Field
Research IT
Deutsche Bank
"Joost Schouten (mailing lists)"
26/05/2009 22:23
Please respond to
"Tapestry users"
To
Tapestry users
cc
Subj
I guess I'm looking for a way to tell the MarkupWriter (or other
responsible DOM generators) to also output the t namespace in the
generated html. In particulair, I'm after having the t:id added. Would
this be hard to add, and what would be my entrypoint to start on a
patch.
The idea comes from wi
On Mon, May 25, 2009 at 6:14 PM, Joost Schouten (mailing lists)
wrote:
> First off, I love the new xpath project. Unit testing components and
> pages is a lot easier because of it.
It can be used to write mixins too. :)
> One thing that would make life even better is if I have a way to tell
> ta
hi all, - could any one please direct me to the available good resources for
creating tapestry layouts.
cheers.
2009/5/25 Joost Schouten (mailing lists)
> First off, I love the new xpath project. Unit testing components and
> pages is a lot easier because of it.
>
> One thing that would make
First off, I love the new xpath project. Unit testing components and
pages is a lot easier because of it.
One thing that would make life even better is if I have a way to tell
tapestry to print out all t: namespace params in the output xhtml (for
testing purposes). Targeting specific components on