Re: Unchecking radio buttons?

2001-05-30 Thread Craig R. McClanahan
On Tue, 8 May 2001, Spencer Smith wrote: > > I know. Struts doesn't handle unchecked boxes very well. In fact, it > doesn't understand them at all. > > What you do is grab the current value from the DB display it, and then > manually set the value to false from either a Reset() action in yo

RE: Unchecking radio buttons?

2001-05-09 Thread Laine Donlan
for us as we have control over the user environment. Laine -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 09, 2001 1:45 PM To: [EMAIL PROTECTED] Subject: Re: Unchecking radio buttons? Thanks for that (although I don't like inse

Re: Unchecking radio buttons?

2001-05-09 Thread dhay
ED]> on 05/08/2001 05:44:30 PM Please respond to [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc:(bcc: David Hay/Lex/Lexmark) Subject: Re: Unchecking radio buttons? All you really have to do is to manually set the checkbox value to false after you display the current value: i

Re: Unchecking radio buttons?

2001-05-08 Thread Spencer Smith
- From: "Laine Donlan" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, May 08, 2001 2:30 PM Subject: RE: Unchecking radio buttons? Here is some code that I submitted to the dev list a while back. It might be useful as it solves the problem of the 'unch

RE: Unchecking radio buttons?

2001-05-08 Thread Laine Donlan
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 08, 2001 5:12 PM To: [EMAIL PROTECTED] Subject: Re: Unchecking radio buttons? thanks for the replies. Yes, I need the checkbox capabilities, not radio buttons. Question with these, though - is ther

Re: Unchecking radio buttons?

2001-05-08 Thread dhay
thanks for the replies. Yes, I need the checkbox capabilities, not radio buttons. Question with these, though - is there an equivalent to the "checked" attribute in HTML reference speck? I am creating checkbox with the following: , and underlying value of notFolders is "false". Would theref

RE: Unchecking radio buttons?

2001-05-08 Thread Moore, Amy L
lt;[EMAIL PROTECTED]> Sent: Tuesday, May 08, 2001 11:42 AM Subject: Unchecking radio buttons? > > > Hi. I have a set of radio buttons. However, if I check one of them, I am not > able to uncheck it! > > Any ideas what I am missing? > > Many thanks, > > Dave > > > >

Re: Unchecking radio buttons?

2001-05-08 Thread Spencer Smith
you don't manually set the value to false, it will always save as True. - Original Message - From: "Eric Rasmussen" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, May 08, 2001 12:27 PM Subject: Re: Unchecking radio buttons? > Are you sure the radio bu

Re: Unchecking radio buttons?

2001-05-08 Thread William Jaynes
checkbox. Then, if it is actually still checked, the ActionServlet will repopulate. Will - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, May 08, 2001 2:42 PM Subject: Unchecking radio buttons? > > > Hi. I have a set of radio butto

Re: Unchecking radio buttons?

2001-05-08 Thread Eric Rasmussen
Are you sure the radio buttons all have the same name? If not, they will all be treated seperately. - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, May 08, 2001 11:42 AM Subject: Unchecking radio buttons? > > > Hi. I have a

Unchecking radio buttons?

2001-05-08 Thread dhay
Hi. I have a set of radio buttons. However, if I check one of them, I am not able to uncheck it! Any ideas what I am missing? Many thanks, Dave