f:verbatim problem

2005-12-07 Thread hilz
Hi all... I have the following dataTable: h:dataTable binding=#{CreateInstance.dataTable1} id=dataTable1 value=#{CreateInstance.dataTable1Model} var=currentRow f:verbatim colgroup col width=200px/ col width=200px/ col width=200px/ col width=500px/

Re: f:verbatim problem

2005-12-07 Thread gramani
news [EMAIL PROTECTED] wrote on 12/07/2005 02:46:07 PM: Hi all... I have the following dataTable: h:dataTable binding=#{CreateInstance.dataTable1} id=dataTable1 value=#{CreateInstance.dataTable1Model} var=currentRow f:verbatim colgroup col width=200px/ col

Re: f:verbatim problem

2005-12-07 Thread hilz
[EMAIL PROTECTED] wrote: news [EMAIL PROTECTED] wrote on 12/07/2005 02:46:07 PM: Hi all... I have the following dataTable: h:dataTable binding=#{CreateInstance.dataTable1} id=dataTable1 value=#{CreateInstance.dataTable1Model} var=currentRow f:verbatim

Re: f:verbatim problem

2005-12-07 Thread gramani
news [EMAIL PROTECTED] wrote on 12/07/2005 03:39:11 PM: Thanks for the answer Geeta Adding them in the h:column will show up in the html file, but it won't give the results i want. the table looks weird if i do that... I think the style suggestion is the way to go, but...now this

Re: f:verbatim problem

2005-12-07 Thread hilz
[EMAIL PROTECTED] wrote: news [EMAIL PROTECTED] wrote on 12/07/2005 03:39:11 PM: Thanks for the answer Geeta Adding them in the h:column will show up in the html file, but it won't give the results i want. the table looks weird if i do that... I think the style suggestion is

Re: f:verbatim problem

2005-12-07 Thread Paul Klaer
Hi, see my comments at the bottom... On Wed, 07 Dec 2005 23:46:42 +0100, hilz [EMAIL PROTECTED] wrote: [EMAIL PROTECTED] wrote: news [EMAIL PROTECTED] wrote on 12/07/2005 03:39:11 PM: Thanks for the answer Geeta Adding them in the h:column will show up in the html file, but it

Re: f:verbatim problem

2005-12-07 Thread hilz
Paul and Geeta... thank you s much After Paul's explanation of Geeta's solution, i was able to get it to work using the columnClasses Now i can control every column's width separately... Thank you so much for the patience it is all appreciated :)