|
To highlight multiple selected values in listbox
I am working with struts application. I have a registration form where i am using a listbox of multiple selection. I am storing these values concatenating with commas(for eg. A,B,C).Now i have to update this registration form, so i have to retrieve these values and to hightlight the previously selected values.
I have the idea that first i have to retrieve that field from database and split the commas and then i have to write the code in the front end to display the values.
But in real time i m unable to display in front end.
please.....Can anyone help me.
Last edited by swapnanair : 05-06-2008 at 12:26 PM.
|