Hi,

That's right. I'm trying to use another prefix than 'wicket' for my xhtml
components.

Thanks for the hint!

By the way, is the following the right way to override the
org.apache.wicket.markup.MarkupResourceStream#getWicketNamespace() method ?

public class MyWicketApplication extends WebApplication {

  /** Overrode methods */
  @Override
  public void init() {    
    getMarkupSettings().getMarkupFactory().newMarkupParser(new
MyNewMarkupResourceStream());//
  }
  ...
}

Thanks again,


--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/overriding-getNamespace-won-t-work-tp4246795p4247940.html
Sent from the Forum for Wicket Core developers mailing list archive at 
Nabble.com.

Reply via email to