You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by subhash <su...@gmail.com> on 2006/05/03 06:17:00 UTC

colspan ,rowspan in jsf pages

hi all
have a nice day
i need to use colspan and rowspan in my jsf pages but there is not such
attribute for column/columns tag for colsapan or rowspan also not in facest
tag for table header , if any body have any such idea abt this thing then
pls help me
thanks a lot in advance
subhash 
--
View this message in context: http://www.nabble.com/colspan-%2Crowspan-in-jsf-pages-t1547540.html#a4203952
Sent from the MyFaces - Users forum at Nabble.com.


Re: colspan ,rowspan in jsf pages

Posted by Werner Punz <we...@gmx.at>.
subhash schrieb:
> hi all
> have a nice day
> i need to use colspan and rowspan in my jsf pages but there is not such
> attribute for column/columns tag for colsapan or rowspan also not in facest
> tag for table header , if any body have any such idea abt this thing then
> pls help me
> thanks a lot in advance
> subhash 

For colspan you have to revert to plain html unfortunately.
You can use the jsf:html taglib http://www.jsfcentral.com/listings/P1195

Also the tomahawk html tag might work.

(have not used it since I prefer the first approach)