Re: tapestry xpath and t: namespace

2009-05-28 Thread Joost Schouten (mailing lists)
> 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

Re: tapestry xpath and t: namespace

2009-05-28 Thread Paul Field
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&

Re: tapestry xpath and t: namespace

2009-05-27 Thread Joost Schouten (mailing lists)
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

Re: tapestry xpath and t: namespace

2009-05-27 Thread Paul Field
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

Re: tapestry xpath and t: namespace

2009-05-26 Thread Joost Schouten (mailing lists)
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

Re: tapestry xpath and t: namespace

2009-05-26 Thread Thiago H. de Paula Figueiredo
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

Re: tapestry xpath and t: namespace

2009-05-26 Thread spaway
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

tapestry xpath and t: namespace

2009-05-25 Thread 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 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