| Author |
gridpanel
|
kahkean chor
Ranch Hand
Joined: Jan 26, 2013
Posts: 41
|
|
|
may i know is it gridpanel in JSF equivalent to div in html? thanks in advanced
|
 |
Tim Holloway
Saloon Keeper
Joined: Jun 25, 2001
Posts: 14487
|
|
|
It's not an exact equivalence, no, but a 1x1 grid can usually serve the same purpose as a div. While I always try to use JSF tags exclusively, occasionally I'll run across one of the exceptions, grit my teeth and use a raw div element.
|
Customer surveys are for companies who didn't pay proper attention to begin with.
|
 |
kahkean chor
Ranch Hand
Joined: Jan 26, 2013
Posts: 41
|
|
|
you mean panelcolumn="1" like this?thanks
|
 |
 |
|
|
subject: gridpanel
|
|
|