AW: Struts2 2.3.16 integration with Spring Boot 1.3.5

2017-12-22 Thread Christoph.Nenning
> Hello, > > I'm struggling for some days to make Spring Boot find my Action classes and > couldn't make it done. > > Are you using annotations from the convention plugin? If yes, what did you > do? > > Thanks. > > Hi, in my apps it's often that I forget to set configuration constant

Re: Struts2 2.3.16 integration with Spring Boot 1.3.5

2017-12-21 Thread Luiz Veronesi
Hello, I'm struggling for some days to make Spring Boot find my Action classes and couldn't make it done. Are you using annotations from the convention plugin? If yes, what did you do? Thanks. -- Sent from: http://struts.1045723.n5.nabble.com/Struts-User-f3426046.html

Re: Struts2 2.3.16 integration with Spring Boot 1.3.5

2016-10-17 Thread Lukasz Lenart
2016-10-15 12:07 GMT+02:00 Rodman, Kenneth J : > Hi, > In case anyone else runs into the same problem, it was nothing to do with > Struts 2 and Spring Boot 1.3.5. They both work fine together. The problem was > running the application from Intellij IDE. It

Re: Struts2 2.3.16 integration with Spring Boot 1.3.5

2016-10-15 Thread Rodman, Kenneth J
Hi, In case anyone else runs into the same problem, it was nothing to do with Struts 2 and Spring Boot 1.3.5. They both work fine together. The problem was running the application from Intellij IDE. It corrupts some of the pathways and so was not able to find the JSP pages. Once I packaged up

Re: Struts2 2.3.16 integration with Spring Boot 1.3.5

2016-09-23 Thread Lukasz Lenart
2016-09-22 13:20 GMT+02:00 Rodman, Kenneth J : > Hi, > > I am trying to wrap Spring Boot 1.3.5 around my Struts2 application [version > 2.3.16]. I have successfully received control into my action classes and my > action classes are able to access the

Struts2 2.3.16 integration with Spring Boot 1.3.5

2016-09-22 Thread Rodman, Kenneth J
Hi, I am trying to wrap Spring Boot 1.3.5 around my Struts2 application [version 2.3.16]. I have successfully received control into my action classes and my action classes are able to access the backend database and retrieve data. However, beyond that the JSP is never rendered. So, is it