Re: Early steps getting Tapestry and Hibernate working via DAO

2010-10-02 Thread Vangel V. Ajanovski
This was the most useful complete tutorial I used at the beginning what I started to learn Tapestry and needed to figure out how to include Hibernate. http://wiki.apache.org/tapestry/Tapstry5First_project_with_Tapestry5,_Spring_and_Hibernate So, now we use the standard source layout with the addi

Injecting Spring ApplicationContext into Service method

2010-10-02 Thread Jeshurun Daniel
Hello Everyone, I haven't used T5 for very long but I think I'm missing something fairly obvious here. I'm trying to inject the Spring ApplicationContext into a service method. But I only get a NPE. However, when I inject a bean configured in Spring's applicaitonContext.xml, it gets injected fin

Re: Early steps getting Tapestry and Hibernate working via DAO

2010-10-02 Thread Ulrich Stärk
s/META-INF/MANIFEST/ On 02.10.2010 19:36, Ulrich Stärk wrote: You do have if you have the tapestry-hibernate project open in eclipse and enabled maven workspace resolution. Then the tapestry-hibernate project is added to the classpath, not the jar and thus the META-INF entry to load the hibern

Re: Early steps getting Tapestry and Hibernate working via DAO

2010-10-02 Thread Ulrich Stärk
You do have if you have the tapestry-hibernate project open in eclipse and enabled maven workspace resolution. Then the tapestry-hibernate project is added to the classpath, not the jar and thus the META-INF entry to load the hibernate module isn't available. On 01.10.2010 18:55, Howard Lewis S

Re: Dynamically setting tabindex for input elements in a component

2010-10-02 Thread Denis McCarthy
Perfect, thanks On Mon, Sep 27, 2010 at 6:44 PM, Thiago H. de Paula Figueiredo < thiag...@gmail.com> wrote: > On Mon, 27 Sep 2010 14:09:18 -0300, Denis McCarthy < > dmccar...@annadaletech.com> wrote: > > > t:label="message:COUNTRY" tabindex="${tabIndexStart + 1}" /> >> > > t:label="mess

Re: [T5.2] Is there a reason why T5.2 is not using the latest version of scriptaculous?

2010-10-02 Thread Michael Dukaczewski
scriptaculous V1.8.3 (October 8, 2009) * Update to Prototype 1.6.1 * Effect.toggle to return effect (to be able to do Effect.toggle(element, 'appear', {sync: true});) [RStankov] * Use element.identify() for fetching element.id in Sortable.create [RStankov] * Fix deprecated usage of Positio