Return-Path: Delivered-To: apmail-incubator-click-dev-archive@minotaur.apache.org Received: (qmail 92965 invoked from network); 14 Jan 2010 08:13:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 14 Jan 2010 08:13:16 -0000 Received: (qmail 5147 invoked by uid 500); 14 Jan 2010 08:13:16 -0000 Delivered-To: apmail-incubator-click-dev-archive@incubator.apache.org Received: (qmail 5106 invoked by uid 500); 14 Jan 2010 08:13:15 -0000 Mailing-List: contact click-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: click-dev@incubator.apache.org Delivered-To: mailing list click-dev@incubator.apache.org Received: (qmail 5098 invoked by uid 99); 14 Jan 2010 08:13:15 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Jan 2010 08:13:15 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Jan 2010 08:13:14 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 7AA33234C052 for ; Thu, 14 Jan 2010 00:12:54 -0800 (PST) Message-ID: <1920305962.235641263456774486.JavaMail.jira@brutus.apache.org> Date: Thu, 14 Jan 2010 08:12:54 +0000 (UTC) From: "Bob Schellink (JIRA)" To: click-dev@incubator.apache.org Subject: [jira] Closed: (CLK-605) Wrong API link destination in the FAQ. In-Reply-To: <826873801.220271263411834465.JavaMail.jira@brutus.apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CLK-605?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bob Schellink closed CLK-605. ----------------------------- Resolution: Fixed Fix Version/s: 2.1.0 Assignee: Bob Schellink Thanks Finn, your help is much appreciated. > Wrong API link destination in the FAQ. > -------------------------------------- > > Key: CLK-605 > URL: https://issues.apache.org/jira/browse/CLK-605 > Project: Click > Issue Type: Improvement > Components: documentation > Affects Versions: 2.1.0 > Reporter: Finn Bock > Assignee: Bob Schellink > Priority: Trivial > Fix For: 2.1.0 > > > 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. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.