Re: persistence units

2014-10-31 Thread Andreas Ernst
Am 31.10.14 um 21:12 schrieb Andreas Ernst: Hi, thanks for the answers, i tried both, but i did not helped. Which persistence version you are using? Sorry, i forgot i use 5.4-beta-22. -- ae | Andreas Ernst | IT Spektrum Postfach 5, 65612 Beselich Schupbacher Str. 32, 65614 Beselich, Germany T

Re: persistence units

2014-10-31 Thread Andreas Ernst
Hi, thanks for the answers, i tried both, but i did not helped. Which persistence version you are using? Information: [EL Info]: 2014-10-31 20:51:18.119--ServerSession(648005980)--EclipseLink, version: Eclipse Persistence Services - 2.5.2.v20140319-9ad6abd Information: [EL Severe]: ejb

Re: onActivate not being triggered

2014-10-31 Thread Thiago H de Paula Figueiredo
On Fri, 31 Oct 2014 13:31:54 -0200, Lance Java wrote: Tapestry seems magic at times but it can't read your mind unfortunately. Tapestry is magic, not psychic! (tm) :D How on earth would tapestry know what to instantiate for Object? Impossible, unless, of course, your contribute a ValueE

Re: onActivate not being triggered

2014-10-31 Thread Lance Java
Tapestry seems magic at times but it can't read your mind unfortunately. How on earth would tapestry know what to instantiate for Object?

Re: onActivate not being triggered

2014-10-31 Thread Thiago H de Paula Figueiredo
On Fri, 31 Oct 2014 12:29:16 -0200, Chris Poulsen wrote: If the actual arguments does not fit the signature the handler will be skipped (the rules can be found in the docs). Try: Object onActivate( EventContext ec ) to see what is acutally getting passed as context. Actually, I'd consider

Re: onActivate not being triggered

2014-10-31 Thread Chris Poulsen
If the actual arguments does not fit the signature the handler will be skipped (the rules can be found in the docs). Try: Object onActivate( EventContext ec ) to see what is acutally getting passed as context. On Fri, Oct 31, 2014 at 3:21 PM, nhhockeyplayer nashua < nhhockeypla...@hotmail.com>

onActivate not being triggered

2014-10-31 Thread nhhockeyplayer nashua
Hi Folks, I have this code... @InjectPage private MetaTagEdit metaTagEditPage; @OnEvent(EventConstants.ACTIVATE) //void onActivate(Class clazz, long id) //void activate(Class clazz, long id) //Object activate(Class clazz, long id) //Object activate(Class c

Re: Why do I have to explicitly render a zone if it's ID is specified in the ajax-enabled Select component ?

2014-10-31 Thread Muhammad Gelbana
I created a Jira "Improvement" task https://issues.apache.org/jira/browse/TAP5-2410 Thank you all for your time and efforts *-* *Muhammad Gelbana* http://www.linkedin.com/in/mgelbana On Tue, Oct 14, 2014 at 12:00 PM, Muhammad Gelbana wrote: > ​I used to have a dummy zone in