Hello I'm developing a Web Application using RichFaces 3. I have a rich:dataTable
with individual rich:column
. One of these columns has a Date
value and there is this requirement where if the date is the same on consecutive rows the value has to be shown only on the first row, subsequent rows with same value will show nothing. So I need to save the date value for comparison on subsequent rows. Does anybody know how to do this with richFaces?
I am looking to create a system which on signup will create a subdomain on my website for the users account area.
Comments
Post a Comment