This is also a good mapping of HTML to JSF ... http://www.exadel.com/tutorial/jsf/jsftags-guide.html
sean On 6/23/05, Jozef Hribik <[EMAIL PROTECTED]> wrote: > use htmLib tags > http://www.jsftutorials.net/htmLib/ > > example > <htm:table styleClass="box" width="99%"> > <htm:tr> > <htm:td> > <htm:span styleClass="smalltitle">.... > > Victor Gomez wrote: > > >What would be the correct way to convert <td> and<div> tags?: > >Thanks for your help. > > > ><td align="left" valign="top"> > > <h:outputText....... > > ..................... > > <div align="right"> > > <h:commandButton..... > > ....................... > > </div> > ></td> > > > > > > > > > >

