hi dave, > I'm working on skinning my application and am trying to figure out the best > way to reposition > component labels. The default skin places labels to the left of their > associated UI elements, but > our site design requires them to appear above the elements in some cases. > Our current workaround > solution is to not use the component label, but to place our own label by > hand above the > component.
i had the same problem recently ... i also solved it by using outputlabel. the problem here is the generated html-output (placement is done via html-tables). so i turned on attribte simple on the input-components (so the table doesn't get written) an created a facelet-tag-source-file for reuse. > ... elements (e.g. the error icon, > required icon, and error message---what are all of them anyway?) maybe this helps: http://myfaces.apache.org/trinidad/devguide/skinning.html christian

