| Author |
How can set the panelgrid in a fixed position?
|
Ravi Sankar
Ranch Hand
Joined: Aug 17, 2007
Posts: 49
|
|
I am designing the jsf with number of panelgrids inside a single panelgrid with the value of columns="2". While I am expanding a panelgrid, the another panelgrid which is organised in the same row also getting down. I want to fix the position for it. How can I solve this? Thanks in Advance.
|
 |
Tim Holloway
Saloon Keeper
Joined: Jun 25, 2001
Posts: 14480
|
|
|
CSS has the ability to do absolute page placement for certain types of objects. Check and see if you can code those options on your PanelGrid definition. A lot of times, the control of how a JSF object is supposed to look is managed by CSS.
|
Customer surveys are for companies who didn't pay proper attention to begin with.
|
 |
 |
|
|
subject: How can set the panelgrid in a fixed position?
|
|
|