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:
>
> <definition name=".domainAdminEdit" extends=".tiles-adminpage" >
>    <put name="content" value="/website/domainAdminEdit.jsp" />
> </definition>
>
> and in the class DomainWebsiteAdminAction I have
>
> * @struts.action-forward name="domainwebsiteAdminEdit.page"
> path=".domainwebsiteAdminEdit"

I don't know whatt magic transformations whatever your doclet markeup
makes, but here you have ".domainwebsiteAdminEdit" whereas your
definition is called ".domainAdminEdit"

Those are different.

Are you, perhaps, redirecting to a tile that does not exist?

Dave



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to