Re: @EJB annotation in a tapestry service is null, but not in a page class

2014-09-17 Thread Chris Mylonas
P.S. Thaigo, I'm testing out the Opera mail client - I found a nabble post of me having trouble with a value encoder from years ago and one of the many side comments was email client garbage. Kind of liking it but it's making spam way too visible! On Wed, Sep 17, 2014 at 4:54 PM, Chris Mylonas w

Re: grid is showing this column -> _persistence Should Refresh Fetch Group

2014-09-17 Thread Chris Mylonas
Hi Dimitris, Solved. The problem was weaving, it is dynamic by default. I'm hitting it again with another project. In my EJB persistence.xml I've just added static weaving as a property. And my extra column of _persistence. has disappeared. Thanks for your hint from last year. Chris

Re: Tapestry onActivate messes up after submitting a form

2014-09-17 Thread Lance Java
This has been fixed in tapestry-cometd 0.9.19 Please give it a try On 15 September 2014 22:14, Boris Horvat wrote: > Sure I will answer them. Thanks for help in identifying this > > On Mon, Sep 15, 2014 at 10:18 AM, Lance Java > wrote: > > > I've created an issue here: > > https://github.com/u

Re: Tapestry onActivate messes up after submitting a form

2014-09-17 Thread Boris Horvat
I have tried it yesterday and it is working perfectly now. I have also commentated that yesterday on the ticket. Thanks for quick resolution Cheers On Wed, Sep 17, 2014 at 11:24 PM, Lance Java wrote: > This has been fixed in tapestry-cometd 0.9.19 > > Please give it a try > > On 15 September 2

Re: Are component parameters shared between sessions?

2014-09-17 Thread Boris Horvat
I have never tried to initialize Filter in the field so I don't have such problem. Here is my code In the page I have @Property @Persist private Filter filter; this field is null at the begining, and it is always passed to the hibernate in order to apply data filtering, if it is null

Re: Multiple persistance strategy

2014-09-17 Thread Charlouze
Hello everybody, I'm really not sure about what I did and I really appreciate a feedback from people who knows how persistent fields works. If i'm not clear enough or anything about my issue, just let me know. Cheers, Charles. 2014-09-16 17:13 GMT+02:00 Charlouze : > As for now, I solved my pr

Re: Multiple persistance strategy

2014-09-17 Thread Charlouze
Hey again ! Sorry for bothering everyone but I just wanted to say that I think I found my perfect solution. I was looking at the EntityApplicationStatePersistenceStrategy class and it just gave me my answer... Maybe my new solution should replace the clumsy EntityPersistentFieldStrategy of tapest