Hi,
I have a small project and I am new in struts :
DB Tables :
User (userId, UserName,...,...)
Roles(userId, Rolename,.)
I want to have a jsp page :
that has a search form : textfield(userId) and a search button
when the user type a userid and press search button :
all the information from the User table appear + two comboboxes :
combobox (All roles in the database)
combobox (Assigned roles to this user)
two links :
right arrow link for revoking roles
left arrow link for granting roles
could you please help me doing this ?
thanks
your help is appreciated.