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

Re: Testing Tapestry webapps with Selenium

2011-01-26 Thread Matias Moran
25, 2011 at 9:03 PM, Matias Moran matiasmo...@yahoo.com.arwrote: Thanks a lot Thiago! I will try something like this, I was hoping I didn't need to use IDs, but if there is no other solution, it is better than nothing. Thanks again! Greetings! Matias. --- El mar 25-ene

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: 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: t:grid t:source=userList row=user add=modify p:modifycell t:actionLink t:id=modifyUserLink context=user.id/ /p:modifycell /t:grid The code generated by Selenium is something like

Re: Testing Tapestry webapps with Selenium

2011-01-25 Thread Matias Moran
Paula Figueiredo thiag...@gmail.com Asunto: Re: Testing Tapestry webapps with Selenium Para: Tapestry users users@tapestry.apache.org Fecha: martes, 25 de enero de 2011, 17:57 On Tue, 25 Jan 2011 17:51:53 -0200, Matias Moran matiasmo...@yahoo.com.ar wrote: The code generated by Selenium

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: t:zone t:id=zone id=zone t:update=show t:mixins=condorTapestryLib/PeriodicUpdate period=10 event=update     The problem is that when I change the page, and redirect another page that