Okay, so given a tag like <h:panelGrid columns="3">, what is the JSF-correct way to implement a row which spans the columns?
I mean, I can see that it gets blown out to become an html <table> tag appropriately filled, so I could hard-code something to get in there, but I know that's got to be the wrong way... Thanks!

