AW: OSGi support

2020-04-20 Thread Christoph.Nenning
>> >> Hii Lucas, >> >> Personally, i am not use OSGi. There is plan to remove this in struts? > >Yeah, I thought about that. Just wondering who widely this >functionality is used and maybe doesn't make sense to support it. As all the buzz is about microservices these days my gut feeling is that OS

AW: A book of Struts

2018-10-17 Thread Christoph.Nenning
Hi, 3 things come to my mind that might be useful in a book, depending on target audience: - focus on app development, or how to use struts, useful for beginners - describe what changed from 2.3 to 2.5 to 2.6, useful for experienced app developers - explain struts internals, useful for new cont

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 "strut

re: java.lang.ClassCastException: org.apache.struts2.dispatcher.mapper.ActionMapping

2017-12-15 Thread Christoph.Nenning
> > ServletContext sContext = context.getContext("/context2"); > > RequestDispatcher rd = sContext.getRequestDispatcher(resource); > > rd.forward(request, response); > > > > Thanks, > > Prasanth > > > > Exception: java.lang.RuntimeException: java.lang.RuntimeException: > java.lang.ClassCastExce

AW: Struts2.x ActionError And ActionMessage

2017-11-17 Thread Christoph.Nenning
> > Actually we are using Apache commons validation frame work along with > struts, when ever validation failed, I want to create one action error message > and keep that action error in context and display error message in jsp page. > Note that actionerrors are global errors. It sounds to me