2014/1/9 Christoph Nenning <christoph.nenn...@lex-com.net>:
> The problem is this line:
>
>>     return acceptableName(name) && (parameterNameAware == null ||
>> parameterNameAware.acceptableParameterName(name));
>
> when acceptableName(name) returns false,
> parameterNameAware.acceptableParameterName(name) is not called.
>
> Or do get this wrong?

It must be called, there is || (OR) so if the left side returns false,
the right must be examined as well. If left returns true, the right
won't be called.


Regards
-- 
Ɓukasz
+ 48 606 323 122 http://www.lenart.org.pl/

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to