problem with command buttons in jsf
how to position or allign command buttons inside a page?
for example if i include reset command button inside my page using,
<h:commandButton value="#{form.buttonText}" type="reset"/>
they are placed towards a corner only, how to bring them to the center of a page in jsp? or how to set the location of it?

