You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2017/06/12 14:45:00 UTC

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

    [ https://issues.apache.org/jira/browse/WICKET-6395?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16046640#comment-16046640 ] 

ASF subversion and git services commented on WICKET-6395:
---------------------------------------------------------

Commit d6c0639989ef1110c20ed5d55a20438186b89b90 in wicket's branch refs/heads/master from [~bitstorm]
[ https://git-wip-us.apache.org/repos/asf?p=wicket.git;h=d6c0639 ]

WICKET-6395 Documentation should reflect that Link and Form are now
typed

> 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.4.14#64029)