Message Boards

Implementing Multiple selection List

thumbnail
Manish Kumar Jaiswal, modified 11 Years ago.

Implementing Multiple selection List

Regular Member Posts: 153 Join Date: 11/25/08 Recent Posts
I have to put a custom attribute in User module and have to use Multiple selection List which is not supported by Liferay http://issues.liferay.com/browse/LPS-2924 so now I have to implement it in my own way (For other new attributes I used Custom attributes) so what would be best design approch should I create a new table to put the data for Multiple selection List and show using simple HTML tags on JSP or can I use still the Tables (Expendo tables)used behind the custom attributes to add the data from Multiple selection List .(Ofcourse I cannt change liferay code to implement this new feature at the moment due to time constrain)

Regards
Manish