Awesome! Worked great! Thanks.
I agree, tapestry is far better than struts.
On 7/19/11 4:36 PM, Thiago H. de Paula Figueiredo wrote:
On Tue, 19 Jul 2011 00:10:13 -0300, scott macri
wrote:
Hello,
Hi!
I am attempting to complete the Tapestry5 tutorial on the apache
website. However, I
>private Index index;
>
>@CommitAfter
>Object onSuccess()
>{
>session.persist(person);
>
>return index;
>}
> }
On Mon, Jul 18, 2011 at 11:10 PM, scott macri wrote:
> Hello,
> I am very new to hibernate, tapestry and eclipse. However,
Hello,
I am very new to hibernate, tapestry and eclipse. However, I've been
developing in Java for quite some time and have worked with both
spring and struts(1+2).
I am attempting to complete the Tapestry5 tutorial on the apache
website. However, I am having an issue with hibernate, tapestry an