Migration from tapestry 4.1 to 5.4

2016-06-28 Thread Gaurav Punhani
ut doing any web.xml changes also breaks our listener. รจ I also tried adding the two filters for Tapestry 4 and 5, along with their jars in a standalone web-app project. But there also I got some kind of LifeCycleException. How will the both filters co-exist ? Please he

problem in custom javascript with scriptaculous

2012-03-19 Thread gaurav
Hi, I created a drop down box and want to add scriptaculous Draggable in my drop down box but it is not working together. So how can I fix the things. @AfterRender void afterRender(MarkupWriter writer) { writer.end(); //end

Re: [ANN] A Tapestry5 Based Security Module

2012-03-13 Thread gaurav
ome of the things I don't understand in your post. usually most of the part is code and less explanation. So it very hard to understand for beginners like me. Thanks & Regards Gaurav P Singh -- View this message in context: http://tapestry.1045711.n5.nabble.com/ANN-A-Tapestry5

Re: browser back button, after logout while using Dispatcher

2012-03-12 Thread gaurav
Thank you Sahpaski, It seems not to be the case of caching if it's caching problem then it would stay on the last page (which was last visited) but it will immediately go back to login page. I added cache-control and the expires in my page but it will not help to much. Thanks & Regards

Re: browser back button, after logout while using Dispatcher

2012-03-12 Thread gaurav
Thanks A lot Taha, well I checked userExist in onActive() method so it sendredirect to login page. I am new in tapestry just started 1 month back. So it is hard to use Apache Shiro so early but I will try later. Thanks & Regards Gaurav P Singh -- View this message in context: http://tape

browser back button, after logout while using Dispatcher

2012-03-05 Thread gaurav
Hi, I am getting problem in browser back button, after logout when I press browser's back button home page show for few seconds and then it go to login page. I am new in Tapestry and using Dispatcher for authentication. I got the code from tapestry-jumpstart or some blog. please check the code: p