You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Kamil (JIRA)" <ji...@apache.org> on 2017/06/07 21:01:18 UTC

[jira] [Created] (WICKET-6395) Documentation should reflect that Link and Form are now typed

Kamil created WICKET-6395:
-----------------------------

             Summary: Documentation should reflect that Link and Form are now typed
                 Key: WICKET-6395
                 URL: https://issues.apache.org/jira/browse/WICKET-6395
             Project: Wicket
          Issue Type: Bug
          Components: guide
            Reporter: Kamil
            Assignee: Andrea Del Bene


In [Guide|https://ci.apache.org/projects/wicket/guide/8.x/single.pdf]:
* in listings on pages: 85, 94, 107, 111, 115, 117, 119, 129, 144, 145, 146, 147, 159, 227, 291, 295, 297, 298: Form -> Form<SOME_TYPE>
* 126, 155, 161, 252: StatelessForm -> StatelessForm<SOME_TYPE>
* 14, 41, 46, 65, 67, 76, 251: Link -> Link<Void>
* 210, 211, 216, 224: AjaxLink -> AjaxLink<Void>
* 67, 251: BookmarkablePageLink -> BookmarkablePageLink<Void>

BTW: you still use "Lambdas" although you removed it in M6



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)