Re: Update draft docs

2013-08-01 Thread Lukasz Lenart
2013/6/13 Rene Gielen : > Can confirm draft docs publishing is painful, thanks for driving this Guys, maybe you can help, I really don't understand presented options :\ https://issues.apache.org/jira/browse/INFRA-6350 Thanks in advance -- Łukasz + 48 606 323 122 http://www.lenart.org.pl/ -

Re: Add to ParameterNameAware JavaDoc Warning About Using?

2013-08-01 Thread Lukasz Lenart
2013/8/1 Paul Benedict : > Where in the life cycle does ParameterNameAware get executed? Is it before > any filter? That's the whole logic: protected boolean isAcceptableParameter(String name, Object action) { ParameterNameAware parameterNameAware = (action instanceof ParameterNameAwa

Re: Add to ParameterNameAware JavaDoc Warning About Using?

2013-08-01 Thread Paul Benedict
Where in the life cycle does ParameterNameAware get executed? Is it before any filter? On Thu, Aug 1, 2013 at 9:34 AM, Paul Benedict wrote: > First question I asked myself is, what's the purpose of providing any > filter if you can circumvent it? There's an obvious contradiction of use > cases

Re: Add to ParameterNameAware JavaDoc Warning About Using?

2013-08-01 Thread Paul Benedict
First question I asked myself is, what's the purpose of providing any filter if you can circumvent it? There's an obvious contradiction of use cases between these two. I am actively thinking about what is the right solution. On Thu, Aug 1, 2013 at 7:00 AM, Lukasz Lenart wrote: > The problem retu

Re: Creating Your Own Struts 2 Theme No Longer Works?

2013-08-01 Thread Lukasz Lenart
2013/7/19 Lukasz Lenart : > Funny thing, > > Jasper registered an opposite issue -> > https://issues.apache.org/jira/browse/WW-4145 Jasper did a great work and his solution is quite brilliant - it will be possible to extend themes in many ways :-) Anyway I am wondering if that isn't too big change

Re: Add to ParameterNameAware JavaDoc Warning About Using?

2013-08-01 Thread Lukasz Lenart
The problem returns as boomerang :\ I would like hear your opinion - should I (we) revert to the behaviour as suggested in the issue or stay as is? Right now is clear how to split responsibility: ParametersInterceptor is the root of security, where ParameterNameAware can be used to relax it, when

Jenkins build is back to normal : Struts2-JDK6 #772

2013-08-01 Thread Apache Jenkins Server
See - To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

Jenkins build is back to normal : Struts2-JDK6 » Struts 2 Core #772

2013-08-01 Thread Apache Jenkins Server
See - To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

Build failed in Jenkins: Struts2-JDK6 #771

2013-08-01 Thread Apache Jenkins Server
See -- [...truncated 5945 lines...] Aug 1, 2013 7:52:30 AM org.apache.maven.cli.event.ExecutionEventLogger logReactorSummary INFO: Webapps ... SKIPPED Aug 1, 2013 7:52

Build failed in Jenkins: Struts2-JDK6 » Struts 2 Core #771

2013-08-01 Thread Apache Jenkins Server
See -- [...truncated 533 lines...] WARNING: [51:59.844] Unable to alias bean type (com.opensymphony.xwork2.ObjectFactory), default mapping already assigned. WARNING: [51:59.

Re: Freemarker Template Issue For Select Tag When Multiple is True

2013-08-01 Thread Lukasz Lenart
2013/7/31 [email protected] : > Please see: https://issues.apache.org/jira/browse/WW-4153 which I'm working > on. > > I thought about modifying template/simple/select.ftl to: > > <#assign i = 1 > > <#if parameters.multiple?default(false)> > <#if (parameters.id?? && parameters.name??)> > name