How to make complex layout using datatable?

2006-02-28 Thread wang kai
Hi all, I got a demand that need to show comlexdata in a datatable like the following table. Could anyone direct me how to implement it using datatable? Thanks

Re: How to make complex layout using datatable?

2006-02-28 Thread wang kai
: wang kai To: users@myfaces.apache.org Sent: Tuesday, February 28, 2006 2:12 PM Subject: How to make complex layout using datatable? Hi all, I got a demand that need to show comlexdata in a datatable like the following table

Can you direct me how to design backing bean?

2006-01-02 Thread wang kai
Hi all, Our projectare using JSF as our web framework, and we have finished a demo application. ButI found that backing beansare not clean enough andwouldbemaintained very hard in the future.As we use t:saveState/ tag to save thewhole backing bean, itresults ina lotofissues.So, please tell me what

Re: Can you direct me how to design backing bean?

2006-01-02 Thread wang kai
t:saveSate/has no problem, as several pages share one backing bean andall states of backing bean is saved as using t:saveState/, when skiping to next page, all states still exist. 2006/1/3, Dennis Byrne [EMAIL PROTECTED]: and would be maintained very hard in the future.As we use t:saveState/ tagto