how do i store the struts2 tag checkboxlist elements in the database? -


if wanted store struts2 tag checkboxlist elements in database ,how save in database .i mean how work checkboxlist tag ,

like how declare in table .how use ?

thanks

here several different examples showing how use checkboxlist in action class , view.

once checkbox submitted action, you'll have list populated checked string values. can save strings in database in appropriate field type (i.e. mysql char or varchar).


Comments

Popular posts from this blog

c++ - How do I get a multi line tooltip in MFC -

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -