Re: designing h:dataTable

2007-08-04 Thread vgarmash
You can use solution from here: http://jsf.javabeat.net/articles/2007/06/java-server-faces-jsf-html-tag-library/ http://jsf.javabeat.net/articles/2007/06/java-server-faces-jsf-html-tag-library/ or from here: http://www.exadel.com/tutorial/jsf/jsftags-guide.html

designing h:dataTable

2007-06-05 Thread sandipp
Hi All, I want to design datatTable as, --- Edit | Personal Information| Account Information | // first row

Re: designing h:dataTable

2007-06-05 Thread ncheltsov
I am not sure, that I fully understand your question, but I think, that h:dataTable element is not intended for such use. You can display with it some tabular information, set header and footer and apply some visual cosmetic. That's all. Consider using other component. P.S. Of course I can

Re: designing h:dataTable

2007-06-05 Thread Ryan Wynn
t:dataList allows you more fine grained control over the display. On 6/5/07, ncheltsov [EMAIL PROTECTED] wrote: I am not sure, that I fully understand your question, but I think, that h:dataTable element is not intended for such use. You can display with it some tabular information, set header

Re: designing h:dataTable

2007-06-05 Thread sandipp
Hi Thanks All, Actually I do not want to change my h:dataTable now. I want to keep h:dataTable(which displaying second row header). So is it possible with normal html table.Since I tried with it but its not accepting colspan for normal html. Any code sample will be great help for me. Thanks