Re: Problems registering pojo

2008-01-22 Thread José Cervera
Hard to say without seeing some code... Try to change the given example step by step, approaching your final result, until you find the relevant difference. Do you have an empty constructor for your bean? Regards. On Jan 22, 2008 3:10 PM, Alceu Medeiros <[EMAIL PROTECTED]> wrote: > Hi, > > I'm b

Problems registering pojo

2008-01-22 Thread Alceu Medeiros
Hi, I'm beginner and I'm trying to make a basic CRUD app following this tutorial: http://cwiki.apache.org/S2WIKI/struts-2-spring-2-jpa-ajax.html In this example, I'm trying to do something similar to the Person's save() function, but when I submit a form my pojo in Action class isn't populated, i