i m trying to display html i.e. rich text within a wicket element dynamically. An example is like displaying a rich text email within a div tag. how can i get this done with wicket. the wicket Label component doesn t seem to support this. is there a component that does
How does Wicket s @SpringBean annotation work? Does it use reflection at run time? Does it make the compiler inject some code? Or what?