The problem is that I have an ActionForm for each JSP (in this case at least) to make it more "modularized" instead of relaying in a big ActionForm.
I found this wiki
http://wiki.apache.org/struts/StrutsMultipleActionForms which talks about the problem and some solutions. I will just make a bigger ActionForm then and bookmark that page for later use when I find myself more confortable with struts.
Btw what I did was just creating a new ActionForm
And think that the next page will magically take that form since it was the same class it wanted. Forgetting all the OOP basics is my speciality.
Thanks again Merrill.
[ August 24, 2007: Message edited by: Mario Romero ]