ResourceModel # wrapOnAssignment( ... ) problem
-------------------------------------------------
Key: WICKET-1742
URL: https://issues.apache.org/jira/browse/WICKET-1742
Project: Wicket
Issue Type: Bug
Affects Versions: 1.4-M2
Reporter: Stefan Simik
Priority: Minor
Method ResourceModel # wrapOnAssignment(final Component<String> component)
should not take only components of type String,
but components with any type. It is not important, what is type of the
component - it is needed only for finding the right properties file.
Example of problem
It is not possible to call this method with parameter of type Page<Void>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.