At 10:35 03/11/2004, you wrote:
I have done a file in which I create a user and and in which I add new
properties to the user. For example the field "Region" ! It works well if I
want to modify the new field using the file mysettings.jsp or if I want to
create a new user using the file newuserregistration.jsp.

But if I want to create or to modify a user with the Administration interface,
it is impossaible to modify the field "Region". It doesn't take the
modification.

The User Admin JSP view is currently not dynamic. Users properties are statically linked in the JSP. So if you want to add a new user property and you also want to be able to edit it thourgh the corresponding Admin view, 1) you may add it manually to the adequate JSP file 2), better but a bit more complex, modify this JSP file in order to load dynamically all the properties for the current users (for example including the LDAP one in read-only).


Cheers
St�phane




Reply via email to