Thanks.

I have: MyPanel.java (this class extends Panel), MyPanel.html and
MyPanel_test.html.
I try in MyPanel.java add method:

        @Override
        public String getVariation() {
                return "test";
        }

It is good, is not it? But it do not work.

Is not there in wicket 1.5.4 same kind of bug with getVariation:
https://issues.apache.org/jira/browse/WICKET-4361?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#issue-tabs

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/wicket-more-html-templates-for-one-java-class-tp4430757p4431001.html
Sent from the Users forum mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to