In Java, I can specify the location of a (for example) button somewhere in a panel. Is there an equivalent way of doing this in JSF?
Rephrasing the question: For some type of panel (JSF component), can I specify the X and Y cordinates of where components in the panel should be placed?
I saw in PrimeFaces there is a Layout component. I was trying to add a button to it, but can not figure out a way to set the X and Y position.