Re: Changing ActionForm

2006-05-22 Thread Shervin Asgari
Dave Newton wrote: Shervin Asgari wrote: Well since I am quite new to Struts, I just thought maybe something was wrong with the ActionForm, because the forwards doesn't work. They work for some parts of the system, but for others they don't. In tiles-defs I have: and in the class Dom

Re: Changing ActionForm

2006-05-22 Thread Dave Newton
Shervin Asgari wrote: > Well since I am quite new to Struts, I just thought maybe something > was wrong with the ActionForm, because the forwards doesn't work. They > work for some parts of the system, but for others they don't. > > In tiles-defs I have: > > > > > > and in the class DomainWeb

Re: Changing ActionForm

2006-05-22 Thread Shervin Asgari
Well since I am quite new to Struts, I just thought maybe something was wrong with the ActionForm, because the forwards doesn't work. They work for some parts of the system, but for others they don't. In tiles-defs I have: and in the class DomainWebsiteAdminAction I have * @struts.acti

Re: Changing ActionForm

2006-05-22 Thread Dave Newton
Shervin Asgari wrote: > Is there a way inside my DomainAction class to change the actionForm > to point to DomainWebsiteActionForm? Um. Casting? What are you actually asking? You want to use one form on the page but a different one in the Action? >ActionForward forward = > mapping.findFo