You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by CH...@celeres.ca on 2005/08/05 18:34:41 UTC

can i make a form component which uses html template?

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