Hi 
I'm facing issue with StringHeaderContribuor will migration from 1.4 to 1.5.
Can you please help me ?
1. I'm using StringHeaderContribuor for Google analytic code 
public class GoogleAnalyticsHeaderContributor extends
StringHeaderContributor {

        public GoogleAnalyticsHeaderContributor(BasePage page) {
                super (getGAScript (page));
        }
2. Adding the StringHeaderContributor component 
this.add(new StringHeaderContributor(""));

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/1-5-MIGRATION-Where-did-StringHeaderContributor-TextTemplateHeaderContributor-go-tp3263954p4666709.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