Details
-
Improvement
-
Status: Closed
-
Trivial
-
Resolution: Fixed
-
2.1.0
-
None
Description
In the FAQ page, under item "9. How do you internationalize Pages and Controls?" there are links to specific methods in the java doc:
http://incubator.apache.org/click/docs/faq.html#localization
ActionLink.getLabel()
ActionLink.getTitle()
Field.getMessage(String)
but these methods are located in the superclasses AbstractLink and AbstractControl. Clicking on these links just takes me to the top of the wrong page, not to the actual method's javadoc. The other links to Field and FieldSet methods works fine.