I have a component which I would prefer to template with an html file. It needs to go within a form.
What is the best way to accomplish this? I see BaseComponent which is default for components with html templates, and AbstractFormComponent. What are the pros/cons in using java code to render as opposed to an html template? Thanks Craig