I have a requirement as follows:
I want each user within my web app to be able to customise their views for individual screens independently, I want users to be able to customise attributes such as:
� Turn on/off certain columns when displaying tabular data. � Customise Header colour, data row colours, onMouseOver colours � Text Alignment with cells, Font etc�
I�m thinking I need to persist the above attributes for each user i.e. using some Tables in my database. My application will have a large number of users i.e. (600+ but only 200 concurrent users) so I�m little concerned at this approach.
Has anyone out there tried something similar to this before with Struts and if so should you provide me a few pointers i.e.
How did you persist user view details� how did you plug it in with Struts�. I want to avoid adding logic to my view layer to control the displaying of the above attributes.
Any Ideas gurus� by the way I�m not looking for a solution just a few pointers.
Cheers
Pat
_________________________________________________________________
Add photos to your e-mail with MSN 8. Get 2 months FREE*. http://join.msn.com/?page=features/featuredemail
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

