Re: checkboxes from qyery ? how to

2005-09-18 Thread Doug Turner
What follows isn't based on struts, beans or any more formal technique, but it works, and I hope it helps. I find it most helpful to translate to and from objects and SQL as close to the database as possible. In other words, you might have an object called SkillSet with methods like

checkboxes from qyery ? how to

2005-09-17 Thread kamal adif
I am trying to do this : when a user login he will be presented with a form that has his skills (he already submited in this form), now he can change his skilles by checking or unchecking the checkboxes and when submit all are saved in a table in a database. table : user_table (userID,