Using HTTPS to secure tapestry pages

2011-02-23 Thread Matias Moran
Dear Tapestry users, how have you been? I'm writing this time to ask you about using HTTPS with Jetty. I followed the advices of the page http://tapestry.apache.org/tapestry5/guide/secure.html and others, but I wasn't able to make it work for all the pages at once. What I'm trying to do is secu

Re: Testing Tapestry webapps with Selenium

2011-01-26 Thread Matias Moran
quot;); > > That would click on the third item that is found with an id > starting > with modifyUserLink. > > Mark > > On Tue, Jan 25, 2011 at 2:10 PM, Igor Drobiazko > > wrote: > > If you don't like to provide client-ids besides t:id, > you mi

Re: Testing Tapestry webapps with Selenium

2011-01-25 Thread Matias Moran
gueiredo > Asunto: Re: Testing Tapestry webapps with Selenium > Para: "Tapestry users" > Fecha: martes, 25 de enero de 2011, 17:57 > On Tue, 25 Jan 2011 17:51:53 -0200, > Matias Moran > wrote: > > > The code generated by Selenium is something like > this: >

Re: Testing Tapestry webapps with Selenium

2011-01-25 Thread Matias Moran
Thanks for the quick response! Here is a piece of the code I'm trying to test: The code generated by Selenium is something like this: selenium.click("//a[@id='modifyUserLink']/div");selenium.waitForPageToLoad("3"); But it always fails, giving the err

Testing Tapestry webapps with Selenium

2011-01-25 Thread Matias Moran
Dear Tapestry users, how are you? I'm writing because in the last few days we have been implementing integration tests using Selenium, but we have found a few issues that I'm not sure if these are our mistakes, or maybe it is not possible to be tested. One of those issues appear when trying to

Re: Question about mixins

2010-11-09 Thread Matias Moran
As you say, LLTYK, we don't change pages, instead we switch zones. Is there any way we could do it using zones, instead of changing everything to pages? Thanks for the response! Greetings. Matias.

Question about mixins

2010-11-08 Thread Matias Moran
Dear Tapestry users,     I'm using a mixins into a Zone, that updates the grid every a given time period:     The problem is that when I change the page, and redirect another page that contains a different Grid, after a few seconds it paste the previous page's Grid to the new page. I would l