Re: parameter + persist annotations

2011-01-03 Thread Josh Canfield
Currently both annotations claim ownership of the field. This prevents conflicts when managing read/write access. For instance, which annotation should provide the value for the field if both a persisted value and a parameter value are available? I would recommend breaking it into two fields. Note

parameter + persist annotations

2011-01-03 Thread Paul Stanton
Hi all, Does anyone know why you can't use do the following: @Parameter @Persist private String myProperty; ? I want to initialise the value for my component via a parameter and then have it available for ajax event handlers within the component... if I can't do the above, what's the recomm

Re: Run Before Hibernate Loads

2011-01-03 Thread Kalle Korhonen
Probably lots of way to do that, but I typically use code similar to this: public void contributeHibernateSessionSource(OrderedConfiguration configurer, @InjectService("DefaultHibernateConfigurer") HibernateConfigurer defaultHibernateConfigurer) {

Re: t5components/Editor - where did it go?

2011-01-03 Thread Stephan Schwab
Thanks. I checked Chenillekit's SVN but what's there is too new. At least I found Sven Homburg's email and just wrote him. He may be able to help. Stephan -- View this message in context: http://tapestry.1045711.n5.nabble.com/t5components-Editor-where-did-it-go-tp3326052p3326101.html Sent from

Run Before Hibernate Loads

2011-01-03 Thread Mark
I am using the hibernate module and it works well. However, I need to do some stuff before Hibernate loads. I have tried using the @Startup annotation on a method in AppModule, but this appears to run after Hibernate starts up. I have also tried something like: public static void contribute

Re: t5components/Editor - where did it go?

2011-01-03 Thread Mark
I think t5components was renamed Chenillekit. Perhaps if you find a sufficiently old version of Chenillekit you'll have what you are looking for? On Mon, Jan 3, 2011 at 12:49 PM, Stephan Schwab wrote: > > I should add that I'm aware of Chenillekit and the ck/Editor there. > > If possible, I wo

Re: t5components/Editor - where did it go?

2011-01-03 Thread Stephan Schwab
I should add that I'm aware of Chenillekit and the ck/Editor there. If possible, I would like to use the old t5components source to get me started. -- View this message in context: http://tapestry.1045711.n5.nabble.com/t5components-Editor-where-did-it-go-tp3326052p3326076.html Sent from the Tap

t5components/Editor - where did it go?

2011-01-03 Thread Stephan Schwab
Anyone knows where t5components/Editor went? I have an old source code made with Tapestry 5.0.x where this component library was used. The component is a wrapper for the FCKEditor. Before I refactor I would like to try to use the code as is first. Stephan -- View this message in context: http

Re: [T5.2.4] Tapestry-Spring-Security 2.1.0 - ClassTransformation

2011-01-03 Thread Florian Parain
Thank you Alex! You saved me from a lot of pain! I checkout the SNAPSHOT version of TSS and it seems to work so far! Thanks again for this great job. Happy New Year -- View this message in context: http://tapestry.1045711.n5.nabble.com/T5-2-4-Tapestry-Spring-Security-2-1-0-ClassTransformation