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

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

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

unit testing - How to mock PreferenceManager in Android? -