This is an automated email from the ASF dual-hosted git repository.

adelbene pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/wicket.git


The following commit(s) were added to refs/heads/master by this push:
     new 29a432f537 Fixed typo
29a432f537 is described below

commit 29a432f5370f857446f823acb71467482d1b4bb2
Author: Andrea Del Bene <[email protected]>
AuthorDate: Mon Feb 3 10:44:31 2025 +0100

    Fixed typo
---
 wicket-user-guide/src/main/asciidoc/urls/urls_1.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/wicket-user-guide/src/main/asciidoc/urls/urls_1.adoc 
b/wicket-user-guide/src/main/asciidoc/urls/urls_1.adoc
index aaf7001db8..f7dc475e6f 100644
--- a/wicket-user-guide/src/main/asciidoc/urls/urls_1.adoc
+++ b/wicket-user-guide/src/main/asciidoc/urls/urls_1.adoc
@@ -125,7 +125,7 @@ add(new Link<Void>("pageWithNamedIndexParam") {
        public void onClick() {
                                
                PageParameters pageParameters = new PageParameters();
-               parameters.setFragment("fragmentValue");
+               pageParameters.setFragment("fragmentValue");
                                
                //page url will have #fragmentValue at the end.
                setResponsePage(PageWithParameters.class, pageParameters);

Reply via email to