Add one more level, you can see the problem

1. Copy HomePage .java .html to DetailPage .java .html in the same folder

2. In HomePage.java, add the following code:

                add(new Link<Void>("goDetail"){
                        @Override
                        public void onClick() {
                                setResponsePage(DetailPage.class);
                        }
                });

3. In HomePage.html


--
Sent from: http://apache-wicket.1842946.n4.nabble.com/Users-forum-f1842947.html

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to