add FeedbackMessages#messagesForComponent (plural)
--------------------------------------------------
Key: WICKET-3707
URL: https://issues.apache.org/jira/browse/WICKET-3707
Project: Wicket
Issue Type: Improvement
Affects Versions: 1.5-RC4
Reporter: Peter Ertl
Assignee: Peter Ertl
Priority: Minor
Currently we have
FeedbackMessages#messageForComponent(component)
which returns a single message for a component. Actually a component can have
more than one message e.g.
CreditCardField: 'your card will expire in 5 days', 'you transaction was
approved', 'your account is slightly overdrawn'
so we should add
FeedbackMessages#messagesForComponent(component)
to return the list of all available messages (not only the first one)
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira