You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by David Balazic <Da...@hermes-softlab.com> on 2007/04/05 09:33:04 UTC

Links error in online docs

Hi!
 
There are bad links (only the anchor is wrong) in the online user guide at
http://jakarta.apache.org/commons/beanutils/apidocs/org/apache/commons/beanutils/package-summary.html#package_description
 
Example:
 
at : 
http://jakarta.apache.org/commons/beanutils/apidocs/org/apache/commons/beanutils/package-summary.html#standard.basic
(2.2 Basic Property Access)
there is a link to the JavaDoc of PropertyUtils.getSimpleProperty(Object bean, String name)
but it links to 
http://jakarta.apache.org/.../PropertyUtils.html#getSimpleProperty(java.lang.Object,java.lang.String)
while correct is
http://jakarta.apache.org/.../PropertyUtils.html#getSimpleProperty(java.lang.Object,%20java.lang.String)
 
Notice the extra space in the anchor (encoded as %20).
 
It seems all JavaDoc links in the user guide have this problem.
 
Regards,
David