gregh3269 commented on PR #608:
URL: https://github.com/apache/struts/pull/608#issuecomment-1728914280

   Can you try dropping the struts2-tiles-plugin and replace with tiles extras 
as it does not look like you are using the struts2 tiles plugin ie 
StrutsTilesListener.
   ```
   <dependency>
        <groupId>org.apache.tiles</groupId>
        <artifactId>tiles-extras</artifactId>
        <version>3.0.8</version>
   </dependency>
   ```
   I tested this and it will start, but it brings a very old velocity 1.6, 
which won't work for me.
   
   In the struts2-tiles-plugin <6.2.0 it did not have many classes,  possibly 
none were being used.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@struts.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to