RicardoPereira
Programmer
Hi,
I'am developing an intranet in jsp and i want a sugestion for the permission of users and access contents policy.
I have a form that require 32 input fields. The problem is that for each user i want to define if the field could be text or hidden and what is in the field the default text.
For this i build a table with all the parameters defined for each user, like this:
User Field KeyField Default
.................................
test name 1 Richard
test country 0 portugal
....
I think set 32*3 parameters is not an good idea.
Anyone has an suggestion for do this?
Thanks
Ricardo
I'am developing an intranet in jsp and i want a sugestion for the permission of users and access contents policy.
I have a form that require 32 input fields. The problem is that for each user i want to define if the field could be text or hidden and what is in the field the default text.
For this i build a table with all the parameters defined for each user, like this:
User Field KeyField Default
.................................
test name 1 Richard
test country 0 portugal
....
I think set 32*3 parameters is not an good idea.
Anyone has an suggestion for do this?
Thanks
Ricardo