Re: How to add dynamic attributes to tag ?

2017-08-09 Thread Urbani, Edmund
And here are the docs you might want to look at: https://ci.apache.org/projects/wicket/guide/8.x/single.html#_adding_resources_to_page_header_section You'll see that there are plenty of header contributors available in Wicket and I bet there's something there for your needs as well. Regards, Edm

Re: How to add dynamic attributes to tag ?

2017-08-09 Thread Andrea Del Bene
hi, header container is automatically added to the page by wicket. you can try adding attributes directly to this component. an example of code to find it can be seen in class WebPage at line 220 (more or less) On 9 Aug 2017 02:06, "Hendy Irawan" wrote: > I've had success my and , but trying to

Re: Wicket Wizard Query

2017-08-09 Thread ChambreNoire
Hello, Yeah I get the general gist it's just the 'return this' in WizardStep#getView(final String id, final Component parent, final IWizard wizard) that I find a tad odd... CN -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Wicket-Wizard-Query-tp4678477p4678494.html