Re: Bean Validation Plugin in 2.5

2015-06-23 Thread Lukasz Lenart
2015-06-23 16:28 GMT+02:00 Christoph Nenning : > I guess the 'guide' must be re-generated and that takes place during > releases? > http://struts.apache.org/docs/validation.html Yes, it must be exported but it's a separated process and can be performed independently Regards -- Ɓukasz + 48 606 3

Re: overrideDevMode

2015-06-23 Thread Lukasz Lenart
2015-06-23 16:35 GMT+02:00 Christoph Nenning : >> From: Lukasz Lenart >> To: Struts Developers List , >> Date: 23.06.2015 12:49 >> Subject: overrideDevMode >> >> Hi, >> >> Do you know how does it work? >> >> https://github.com/apache/struts/blob/master/core/src/main/java/org/ >> apache/struts2/dis

Re: overrideDevMode

2015-06-23 Thread Christoph Nenning
> From: Lukasz Lenart > To: Struts Developers List , > Date: 23.06.2015 12:49 > Subject: overrideDevMode > > Hi, > > Do you know how does it work? > > https://github.com/apache/struts/blob/master/core/src/main/java/org/ > apache/struts2/dispatcher/FilterDispatcher.java#L239-L256 > > I mean, h

Re: Bean Validation Plugin in 2.5

2015-06-23 Thread Christoph Nenning
Hi, now I made some changes to these pages: https://cwiki.apache.org/confluence/display/WW/Bean+Validation+Plugin https://cwiki.apache.org/confluence/display/WW/Validation I guess the 'guide' must be re-generated and that takes place during releases? http://struts.apache.org/docs/validation.ht

overrideDevMode

2015-06-23 Thread Lukasz Lenart
Hi, Do you know how does it work? https://github.com/apache/struts/blob/master/core/src/main/java/org/apache/struts2/dispatcher/FilterDispatcher.java#L239-L256 I mean, how the value is set? via context-param or what? I want to move this into InitOperations but I'm not sure if this will work. R