RicardoPereira
Programmer
Hi,
Anyone could tell me what is the best way to implement a custom permission form?
For each user i want to add or remove access to some fields in a form and in the text boxes each user has a default text witch should be changed by the administrator.
I am using an sql server database with an table where i put all the required parameters for each user (about 32 fields), than when a user logs in, all the 32 parameters are loaded and used in the jsp with if's.
I know that this is not the best idea to implement this custom form but is the only idea i had. Anyone has an better suggestion?
Thanks
Ricardo
Anyone could tell me what is the best way to implement a custom permission form?
For each user i want to add or remove access to some fields in a form and in the text boxes each user has a default text witch should be changed by the administrator.
I am using an sql server database with an table where i put all the required parameters for each user (about 32 fields), than when a user logs in, all the 32 parameters are loaded and used in the jsp with if's.
I know that this is not the best idea to implement this custom form but is the only idea i had. Anyone has an better suggestion?
Thanks
Ricardo