Hi all,

This requirement of Wicket that a markup and its corresponding Java class must have the same name is violating a usecase that I have. The generated markup from sources I have no control on have sometimes filenames containing identifiers like the hyphen which is not legal to appear in Java class names. So my question is does anyone has a trick I can use to overcome this shortcoming? For example, Foo-Bar.html can't have a class Foo-Bar.java. How can this be solved in Wicket without renaming the markup file?

Francis

Reply via email to