Re: CVE-2019-10071: Apache Tapestry vulnerability disclosure

2019-10-07 Thread Nourredine K.
Hello Thiago, Same question here. Does this CVE concern only Tapestry 5.4 ? What about 5.3 ? Regards, Nouredine Le ven. 13 sept. 2019 à 17:02, Thiago H. de Paula Figueiredo < thiag...@gmail.com> a écrit : > I'm afraid I've mad an error. It should have been CVE-2019-10071: New Issue > in

Re: [CVE-2019-0195] Apache Tapestry vulnerability disclosure

2019-10-07 Thread Nourredine K.
Hello Thiago, Does this CVE concerns only Tapestry 5.4 ? What about 5.1, 5.2 and 5.3 ? I think we should create a dedicated jira ticket for each CVE to allow security dev track Tapestry CVE more easily. Regards, Nouredine Le ven. 13 sept. 2019 à 16:11, Thiago H. de Paula Figueiredo <

[ANN] Tapestry5-xiti, a tapestry module for Xiti, the web analytics solution

2015-10-22 Thread Nourredine K.
ti.com Best Regards, Nourredine K.

Re: 5.4 Endless Scroll Component

2014-04-14 Thread Nourredine K.
True. Ajax requests are not stored in the browser's history. But this can be worked around by binding an action (ajax request) to an url hash. This can be done by using a javascript module such as jquery-ajax[1] (see the demo[2]). Never tested. Seems too intrusive and painfull for existing code

Re: 5.4 Endless Scroll Component

2014-04-09 Thread Nourredine K.
Hi George, Taha's article should be a good start : http://tawus.wordpress.com/2012/11/25/scrolling-pages-tapestry5-onscrollbeyond/ Also, check the PageScroll component's implementation in the tapestry5-jquery module :

Re: How do you unit test services with dependent services

2014-01-21 Thread Nourredine K.
Hi, Just use the PageTester#getServicehttp://tapestry.apache.org/current/apidocs/org/apache/tapestry5/test/PageTester.html#getService%28java.lang.Class%29method in your unit tests. 2014/1/21 George Christman gchrist...@cardaddy.com Hello, we are trying to unit test our services, but our

[ANN] Tapestry-genetify

2014-01-12 Thread Nourredine K.
://github.com/adaptivui/tapestry-genetify-demo/ Nourredine K. - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org

Re: [Might be OT] What is the difference between J2EE CDI and Tapestry's IoC ?

2014-01-09 Thread Nourredine K.
Hi, Nourredine! Hi Thiago! I couldn't check tapestry-cdi (not even CDI itself yet, sigh), but I have a dream scenario which I don't know whether tapestry-cdi supports it. If not, consider it a suggestion. :) Tapestry-IoC has distributed configuration support, which is wonderful for

Re: [Might be OT] What is the difference between J2EE CDI and Tapestry's IoC ?

2014-01-08 Thread Nourredine K.
Hi, I can tell you more about the tapestry-cdi module. It's intented to make a bridge between CDI and tapestry to ease the integration into a jee stack (like what tapestry-spring provides for Spring). The idea is to make CDI and tapestry-ioc work together without conflict and let you use

Re: JQuery Datatable Bind Mixin

2013-09-04 Thread Nourredine K.
Hi, My datatable is set to ajax mode (t:mode=true). After searching the forums it says I need @Environmental on the row variable. Added that then got other errors. FYI, in last tapestry5-jquery release, there's no more need to use @Environmental on the row (see

Re: Complex Question about Templates and Inheritance

2010-06-13 Thread Nourredine K.
Josh Canfield wrote: Thiago is right. Currently the way this works is an implementation detail and not a documented feature so you end up setting yourself up for much pain if it stops working that way in the future... Maybe we can document the order libraries are loaded, or something to

Accessing to the contributed configuration from a overridden service

2010-03-23 Thread Nourredine K.
Hi, I've overridden ComponentClassResolver service but I have no access to the contributed configuration. I tried to decorate the service but no way to solve the pb (the interresting things are done in the contructor). I found the same issue in the mailing list here :

How to order libraries mapping ?

2010-03-17 Thread Nourredine K.
Hello, I want to provide an easy way, for users (developpers), to extend GUI modules (CRUD tapestry pages/components). So we give them a generic module (a component library) that they can extend/override. The constraint is that we don't want to use url rewriting. So, we use the same alias for