Re: Excluding the last element in List during sorting

2013-12-16 Thread Thai Tran
I looked at the tapestry grid and also the GridDataSource. I think it is possible to do that. However, things are quite complicated because at this moment, our system are set the source of the grid from a list retrieved from a custom filter component. Grid -- look up list of --> Filter Compon

RE: Re: JS Stack and client-side optimization

2013-12-16 Thread Regina Galieva
Thanks :) Regina Galieva 13.12.2013 18:19:20 пользователь Thiago H de Paula Figueiredo (thiag...@gmail.com) написал: On Fri, 13 Dec 2013 10:45:15 -0200, Regina Galieva wrote: > Hi all, Hi! > I'm trying to understand the basic concepts of client-side optimization    > in Taperstry (witho

Re: [5.4] hibernate events

2013-12-16 Thread Matthias
Thanks Thiago, sometimes its to easy :). Now I've got everything injected, but my EventListenerHibernateConfigurer still don't work: java.lang.RuntimeException: Exception constructing service 'ValueEncoderSource': Error invoking service contribution method org.apache.tapestry5.hibernate.modu

Re: [5.4] hibernate events

2013-12-16 Thread Thiago H de Paula Figueiredo
On Sun, 15 Dec 2013 12:08:53 -0200, Matthias wrote: in AppModule public static void contributeHibernateSessionSource(OrderedConfiguration config) { config.add("EventListener", new EventListenerHibernateConfigurer()); } If you use the 'new' keyword directly, no inje

Re: Loving the eclipse-tapestry5-plugin

2013-12-16 Thread Michael Dukaczewski
It depends on the project I'm working on. I have projects in maven layout as well as projects that did not use the maven layout, for one or the other reason. Therefore, it would be great if you could configure it per project and perhaps could set a default for eclipse. Many projects I'm working

Re: override t:formdata when validation has error

2013-12-16 Thread Dimitris Zenios
Sorry my mistake.In the end though Submit will be called on success or on failure On Mon, Dec 16, 2013 at 3:30 AM, Chris Mylonas wrote: > Form events (in order) table on this page shows the event ordering on form > submissions. > > http://tapestry.apache.org/forms-and-validation.html > > looks