[
https://issues.apache.org/jira/browse/WICKET-5902?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Martin Grigorov resolved WICKET-5902.
-------------------------------------
Resolution: Won't Fix
Closing as "Won't Fix" because the proposed solutions are not better than the
current ones:
- use qualified resource keys: parentId.componentId.PatternValidator=Custom
message
- check the instance type and cast to ValidationError to set custom resource key
If anyone find a better solution then please suggest it either here or at the
mailing lists.
Thank you for the brainstorming!
> Allow to easily override the error key of a PatternValidator
> ------------------------------------------------------------
>
> Key: WICKET-5902
> URL: https://issues.apache.org/jira/browse/WICKET-5902
> Project: Wicket
> Issue Type: Improvement
> Components: wicket
> Reporter: Guillaume Smet
> Priority: Minor
>
> By default, PatternValidor builds its error message by including the pattern,
> which might be a complicated regexp.
> In our applications, we often override the error message key to provide a
> user-compliant error message.
> We currently do it by overriding decorate() but it would be simpler with a
> setter on PatternValidator.
> PR to come.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)