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
- [Wicket-user] Markup and matching Java class Francis Amanfo
- Re: [Wicket-user] Markup and matching Java class Juergen Donnerstag
- Re: [Wicket-user] Markup and matching Java cla... Francis Amanfo
- Re: [Wicket-user] Markup and matching Java... Dipu
- Re: [Wicket-user] Markup and matching ... Francis Amanfo
- Re: [Wicket-user] Markup and matc... Dipu
- Re: [Wicket-user] Markup and ... Francis Amanfo