This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes JSF and the fly likes How can set the panelgrid in a fixed position? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » JSF
Reply Bookmark "How can set the panelgrid in a fixed position?" Watch "How can set the panelgrid in a fixed position?" New topic
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
    
    7

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.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: How can set the panelgrid in a fixed position?
 
Similar Threads
Warning: not enough children
This one _should_ be easy
Call commandLink through radio button
h:panelGrid with Attribute value
Setting Fixed height in PanelGrid component