Ah, it just occurred to me: Are you using Struts 1.3? If so, you need a
custom chain file. You don't need a custom controller in 1.3, but you do
need a custom chain-config to insert the Tiles command. Search the Struts
wiki on the 1.3 upgrade notes which explain how to do this.

Antonio, are you doing the same with the Tiles2 plugin? Using a command not
a custom controller?

Paul

On 7/26/07, matihost <[EMAIL PROTECTED]> wrote:
>
> I think you forgot to override controller class (as i remember i had the
> same problem):
>
> Your configuration should have also:
>
> <controller  processorClass="org.apache.struts.tiles.TilesRequestProcessor"  
> contentType="text/html;
> charset=UTF-8"/>
>
>
> >My configurations:
> >
> > struts-config.xml
> >----------------------------
> ><action path="/Welcome" forward="welcome.page" />
> >...
> ><action-mappings>
> >  <!-- Default "Welcome" action -->
> >  <!-- Forwards to Welcome.jsp -->
> >  <action path="/Welcome" forward="welcome.page" />
> >...
> ><plug-in className="org.apache.struts.tiles.TilesPlugin">
> >
> >  <set-property property="definitions-config"
> >   value="/WEB-INF/tiles-defs.xml" />
> > </plug-in>
> >...
> >----------------------------
>
> --
> Greetings
> Mateusz Nowakowski
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to