Re: TreeGrid in tapestry

2013-12-15 Thread Boris Horvat
I need treetable type of compoenent, I will try the one above or see about writting one my self if there are no other components like that Thanks for the help On Mon, Dec 16, 2013 at 2:27 AM, Chris Mylonas wrote: > There is also jumpstart's treebrowse [1] and tree from database with zones > [2

Re: override t:formdata when validation has error

2013-12-15 Thread Chris Mylonas
Form events (in order) table on this page shows the event ordering on form submissions. http://tapestry.apache.org/forms-and-validation.html looks like validate -> success -> submit On Mon, Dec 16, 2013 at 3:24 AM, Dimitris Zenios wrote: > onValidate -> onSubmit -> Onsuccess ( Only if validate

Re: TreeGrid in tapestry

2013-12-15 Thread Chris Mylonas
There is also jumpstart's treebrowse [1] and tree from database with zones [2] Both are current and work [1] http://jumpstart.doublenegative.com.au/jumpstart/examples/component/treebrowse [2] http://jumpstart.doublenegative.com.au/jumpstart/examples/ajax/treefromdatabasewithzones On Mon, Dec 1

Re: TreeGrid in tapestry

2013-12-15 Thread Chris Mylonas
Hi Boris, Have you tried it? Looking at the source for the component [1] it takes two parameters, both List types - one the source of your tree and the other column headers. Looks like it was updated Jan 2013 with most sources from 2008 - my guess would be it should still work. Maybe create an

Re: override t:formdata when validation has error

2013-12-15 Thread Dimitris Zenios
onValidate -> onSubmit -> Onsuccess ( Only if validate does not have errors ) On Sun, Dec 15, 2013 at 3:49 PM, Chung Khanh Duy < chungkhanhduy1...@gmail.com> wrote: > Hi Thiago, > > Thanks for your quick response. But in my application, we had: > > onValidate...() > > onSuccess() > > You meant t

[5.4] hibernate events

2013-12-15 Thread Matthias
Hi, today I tried to add some hibernate event listeners to my application. This was my first naive approach: in AppModule public static void contributeHibernateSessionSource(OrderedConfiguration config) { config.add("EventListener", new EventListenerHibernateConfigurer()); }

Re: override t:formdata when validation has error

2013-12-15 Thread Chung Khanh Duy
Hi Thiago, Thanks for your quick response. But in my application, we had: onValidate...() onSuccess() You meant that I will replace onValidate() by onSummit() ? Or I can add one more event onSubmiit() and if I can add onSubmit() event, what are orders of these events calling ? Thanks, Duy. O

Re: override t:formdata when validation has error

2013-12-15 Thread Thiago H de Paula Figueiredo
On Sun, 15 Dec 2013 11:01:35 -0200, Chung Khanh Duy wrote: Hi Thiago, Hi! But I have a question, if has error occur in validation, the onSuccess() is not called, is that right ? If so , how can set password is null ? If I miss somthing, please let me know. You're right, but there's

Re: override t:formdata when validation has error

2013-12-15 Thread Chung Khanh Duy
Hi Thiago, But I have a question, if has error occur in validation, the onSuccess() is not called, is that right ? If so , how can set password is null ? If I miss somthing, please let me know. Thanks, Duy. On Sun, Dec 15, 2013 at 7:54 PM, Thiago H de Paula Figueiredo < thiag...@gmail.com> wrot

Re: override t:formdata when validation has error

2013-12-15 Thread Thiago H de Paula Figueiredo
On Sat, 14 Dec 2013 12:43:26 -0200, Chung Khanh Duy wrote: Hi, Hi! I have a form with username and password, but when enter wrong password, the validation will records the errors in screen, the all data of t:formdata was sent back to server, I have used Live HTTP addon in FireFox to inv

Re: TreeGrid in tapestry

2013-12-15 Thread Boris Horvat
Or if anyone has any other suggestion for tree-like-table component I would appreciate that as well :) On Sun, Dec 15, 2013 at 1:05 PM, Boris Horvat wrote: > Does anyone know where can I find a usage for > https://code.google.com/p/tapestry5-treegrid/ > > Thanks > > -- > Sincerely > *Boris Horva

TreeGrid in tapestry

2013-12-15 Thread Boris Horvat
Does anyone know where can I find a usage for https://code.google.com/p/tapestry5-treegrid/ Thanks -- Sincerely *Boris Horvat*