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 colspan in panelgrid Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » JSF
Reply Bookmark "colspan in panelgrid" Watch "colspan in panelgrid" New topic
Author

colspan in panelgrid

Erwin Gosal
Greenhorn

Joined: Apr 29, 2005
Posts: 3
Hi,
Is it possible to specify that a component in a JSF panelgrid has a colspan of value n? Eg:
<h anelgrid columns="2">
<h utputlabel colspan="2"/>
</h anelgrid>.

Thanks,
Erwin
francisco roman
Ranch Hand

Joined: Jun 22, 2005
Posts: 31
It doesn't seem supported by the reference inplementation.
( if it is I would be very glad ) If not you could use a mix
of faces and pure Html.
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: colspan in panelgrid
 
Similar Threads
How to fixed the length of the text for the h:outputText
Ajax and ui:repeat
JSF rendering the whole page : Even the basic html tags
Display list of item with ajax
setting width in panelGroup, panelGrid