Re: Unchecking radio buttons?

2001-05-09 Thread dhay
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: ie: html:checkbox property=mycheckbox / // notice

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 inserting

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

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 set of radio buttons

Re: Unchecking radio buttons?

2001-05-08 Thread William Jaynes
. 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 buttons. However, if I check one of them, I am not able

Re: Unchecking radio buttons?

2001-05-08 Thread Spencer Smith
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 buttons all have the same name

RE: Unchecking radio buttons?

2001-05-08 Thread Moore, Amy L
] 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 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: html:checkbox property=notFolders value=true/, and underlying

Re: Unchecking radio buttons?

2001-05-08 Thread Spencer Smith
. :-) - Original Message - 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 'unchecked' checkbox