[S2] Trying to use Struts2 in a custom framework but ...

2007-07-05 Thread m . coindeau
Hello world, I'm currently working on a framework that should include Struts2 but I got some problems. First the context is a [webFramework]+Spring2+Hibernate project. I read some tutorial mainly about simple CRUD samples, but when trying to do a more serious application, the patterns used in the

[S2] Generic Actions attributes and stack values.

2007-07-12 Thread m . coindeau
Hi, I got a problem with an extremly generic platform I'm trying to implement. Here is my genericAction code to understand the question mentionned above: === public abstract class GenericAction extends ActionSupport implements Prepa