On Tue, 19 Feb 2002, Cedric Dumoulin wrote:
> Dave Weis wrote:
> > On Tue, 19 Feb 2002, Cedric Dumoulin wrote:
> > >   TilesRequestProcessor has been committed with Tiles for Struts1.1
> > > since 18/02. It should be now in latest Struts nightly build. Also,
> > > you can download Tiles from its main site, and choose development
> > > version. It is in it (I have just check it ;-) ). Try to play with
> > > tiles-doc.war.
> > >   You need TilesRequestProcessor only if you use latest Struts1.1.
> > This is what I'm trying to do, use Struts 1.1. How do I specify in the
> > config that TilesRequestProcessor is necessary?
> at the end of struts-config.xml, after </action-mappings> write :
>   <controller processorClass="org.apache.struts.tiles.TilesRequestProcessor">
>   </controller>
>  Can you confirm that you have similar settings in the
> struts-config.xml from the downloaded tiles-doc.war ? Otherwise, you
> have a wrong version.

I recopied all of the tiles examples but not the docs. Oops, it works
great now. It might be good to move those lines up to the top of the file
so they are more noticable.

Thanks for the help, this looks great. It will save lots of time for me.

dave

-- 
Dave Weis             "I believe there are more instances of the abridgement
[EMAIL PROTECTED]   of the freedom of the people by gradual and silent
                      encroachments of those in power than by violent 
                      and sudden usurpations."- James Madison


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

Reply via email to