Re: How to pre-select a select list?

2008-05-10 Thread hellriserchet
Just use > ~list="availableRoles" > ~cssClass="input"/> > > If you have getter and setter vor role (getRole()/setRole()) in your > action class, > struts will populate (and select the pr

How to pre-select a select list?

2008-05-09 Thread hellriserchet
Hi everybody, I have a form for updating the user information in my application. This form is loaded when I click on an "update" link in my user information table. The update form includes: username, password, and email fields, followed by a drop-down list of available user groups that the user