RE: Re: Sub columns in datatable

2007-03-07 Thread pallavi.roy
:58 PM To: MyFaces Discussion Subject: Re: Re: Sub columns in datatable myBean.setFName() and myBean.getFName() in the source would mean: #{myBean.FName} in the JSP regards, Martin On 2/28/07, Mike Kienenberger [EMAIL PROTECTED] wrote: Two possibilities that I know

Re: [Solved] Re: Sub columns in datatable

2007-03-06 Thread pals
-- *From:* Werner Punz [mailto:[EMAIL PROTECTED] *Sent:* Tuesday, February 27, 2007 4:06 PM *To:* Pallavi Roy(WT01 - HLS) *Subject:* Re: Re: Sub columns in datatable not yet since i am not at home, but here is how you do it in a datatable you have a var which you use to display

RE: Re: Sub columns in datatable

2007-02-28 Thread pallavi.roy
} / /t:column Best Regards, Pallavi From: Werner Punz [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 27, 2007 5:48 PM To: Pallavi Roy(WT01 - HLS) Subject: Re: Re: Sub columns in datatable t:dataTable id=insideCol value=#{subBean .dataList} var

Re: Re: Sub columns in datatable

2007-02-28 Thread Mike Kienenberger
, 2007 5:48 PM *To:* Pallavi Roy(WT01 - HLS) *Subject:* Re: Re: Sub columns in datatable t:dataTable id=insideCol value=#{subBean .dataList} var=demoBean rows=2 rowClasses=row,row_alt cellspacing=0 styleClass=dataTable headerClass=headerClass otherwise you will not have a reference

Re: Re: Sub columns in datatable

2007-02-28 Thread Martin Marinschek
PM *To:* Pallavi Roy(WT01 - HLS) *Subject:* Re: Re: Sub columns in datatable not yet since i am not at home, but here is how you do it in a datatable you have a var which you use to display your data in the table columns oc you just have to push this var into a nested column

RE: Re: Sub columns in datatable

2007-02-27 Thread pallavi.roy
- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Werner Punz Sent: Monday, February 26, 2007 6:04 PM To: users@myfaces.apache.org Subject: Re: Sub columns in datatable [EMAIL PROTECTED] schrieb: Hi all, How to include sub columns in datatable. It has three columns Ssn,Names,profession

Re: Sub columns in datatable

2007-02-26 Thread Werner Punz
[EMAIL PROTECTED] schrieb: Hi all, How to include sub columns in datatable. It has three columns Ssn,Names,profession. As illustrated in the fig below for Names (first names,middle names,last names). How to get the sub columns in the datatable. Try to nest a datalist into the colum

Re: Sub columns in datatable

2007-02-26 Thread Amit Jain
You can do it by using datatable inside a datatable. So basically inside second column there will be datatable and you have to change value to the datatable accordingly. [EMAIL PROTECTED] wrote: Hi all, How to include sub columns in datatable. It has three columns Ssn,Names,profession