RE: formState=NONE is it safe to use with persistent properties ?

2015-02-02 Thread nhhockeyplayer nashua
sorry Thiago for stalling when I get a chance I will revisit this currently its intermittent and with the formState being configured properly for each loop I still see state issues with the select properties persisted I just got bigger fish to fry right now and will return to it eventually

RE: @Embedded properties null not supported in T5.4 ???

2015-02-02 Thread nhhockeyplayer nashua
Thanks Jonathan. Person.JAVA private Demographics demographics = new Demographics(); is this what you meant? I though this is already sufficient for hibernate because its original code and this worked before so I am wondering why it isnt working now...thats why I felt it was schema issue.

Re: [T5.4] How to exclude twitter bootstrap from app pages?

2015-02-02 Thread Chris Mylonas
hi Dmitry there was a thread here a couple of months back about importing a blank css file so that one could have total control. perhaps the css ordering would suit your circumstance? cm On 30/01/2015 1:45 am, Dmitry Gusev dmitry.gu...@gmail.com wrote: Hello, I've just started migrating

Re: @Embedded properties null not supported in T5.4 ???

2015-02-02 Thread Jonathan Barker
I meant have a non-nullable field in Demographics. Such as: class Demographics { private int dummy; public int getDummy(){ return dummy; } public void setDummy( int value) { this.dummy = dummy; } } Because this is a primitive, the uninitialized value is 0 and not NULL, so Hibernate

Re: [T5.4] How to exclude twitter bootstrap from app pages?

2015-02-02 Thread Dmitry Gusev
Hi Chris, this is what I did at the end - replaced Bootstrap CSS/JS with blank files. This worked. The only component I used and that I found broken so far is t:Alerts, which relies on bootstrap heavily. On Tue, Feb 3, 2015 at 1:33 AM, Chris Mylonas ch...@opencsta.org wrote: hi Dmitry

Re: [T5.4] How to exclude twitter bootstrap from app pages?

2015-02-02 Thread Thiago H de Paula Figueiredo
On Mon, 02 Feb 2015 20:33:31 -0200, Chris Mylonas ch...@opencsta.org wrote: hi Dmitry Hi, guys! there was a thread here a couple of months back about importing a blank css file so that one could have total control. perhaps the css ordering would suit your circumstance? You can try

Re: formState=NONE is it safe to use with persistent properties ?

2015-02-02 Thread Thiago H de Paula Figueiredo
On Fri, 30 Jan 2015 14:43:49 -0200, George Christman gchrist...@cardaddy.com wrote: I'm not sure how formstate would be effecting performance like that? Without a provided ValueEncoder, a Loop inside a Form results in all the looped objects being serialized, then Base-64-ed, then put in a

Re: Eclipse Tapestry5 Project version 2.8.0 available for download

2015-02-02 Thread Bob Harner
Awesome work, Dmitry! It just gets better and better... On Mon, Feb 2, 2015 at 1:51 AM, Dmitry Gusev dmitry.gu...@gmail.com wrote: Hey Tapestry Users, I haven't updated release notes for the plugin for almost a year, lots of minor features improvements were released since then. Release

Re: Eclipse Tapestry5 Project version 2.8.0 available for download

2015-02-02 Thread Martin Papy
That is indeed a GREAT work :) Awesome :) If I have 1 quick idea, it would be to be able to configure a symbol list so that we can open properly assets from the Import Annotation :). Here bellow I would like to defined what ${layout.scripts} points to. @Import(library={