Re: Struts HELP Database Connectivity

2006-12-24 Thread Wendy Smoak
On 12/24/06, Mike1948 <[EMAIL PROTECTED]> wrote: Dear Sirs, Apologies for the length of this post but I have read forums, book and websites and cannot find how to do this. I'm sure it is very simpe but I am a complete novice so any help would be much appreciated. Please ask questions on the us

Struts HELP Database Connectivity

2006-12-24 Thread Mike1948
erDAO row DAOFactory MySQLUserDAO DataSourceConnection Action (As shown in the original post) Apologies but could you instruct for a complete begginer? Many thanks for your help in advance, this is a big learning curve for me. Regards Mike -- View this message in context: http://www.nabble.com/Str

Re: Struts help

2004-05-06 Thread Alberto Corona
The value of Unchecked checkboxes are not passed on the request as part of submitting the form. So a way to work around this is to add hide field right after your checkbox with the same property name and set its value to false or F... This way if the user checks the checkbox the form will submit

RE: Struts help

2004-05-05 Thread Qayyum, Kashif
D] Subject: Struts help Dear Sir, Presently I am working on Struts project... I am struggling with one problem since last 2 days regding html:checkbox in Struts. My problem is while inserting data into the database thru a checkbox field... either check or uncheck the checkbox proper value i

RE: Struts help

2004-05-05 Thread Edgar P Dollin
m: Chitta Ranjan Mishra [mailto:[EMAIL PROTECTED] > Sent: Wednesday, May 05, 2004 5:34 AM > To: [EMAIL PROTECTED] > Subject: Struts help > > > Dear Sir, >Presently I am working on Struts project... >I am struggling with one problem since last 2 days > regding

Struts help

2004-05-05 Thread Chitta Ranjan Mishra
Dear Sir, Presently I am working on Struts project... I am struggling with one problem since last 2 days regding html:checkbox in Struts. My problem is while inserting data into the database thru a checkbox field... either check or uncheck the checkbox proper value is inserted into the table