File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes JSF and the fly likes gridpanel 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 "gridpanel" Watch "gridpanel" New topic
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
    
    7

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
 
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: gridpanel
 
Similar Threads
Graphics rotation / translation / affinetransform problem
JTextArea Affecting Other Components
JSF: Centering A Table (panelGrid)
My JSP page won't center!
how to add a row dynamically in panel grid by clicking on command button using jsf