Ok thanks.

I did the same like this:
Link faultLink = new Link("faultLink") {
            @Override
            public void onClick() {
                setResponsePage(Fault.class);
            }
            @Override
            protected void onComponentTag(ComponentTag tag) {
                super.onComponentTag(tag);
                if (pageName.equals(Fault.class.getSimpleName())){
                    tag.put("class", pageName);
                }
            }
        };


Christoph

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

Reply via email to