RE: Use input type=radio

2001-04-17 Thread Suresh Krishna M (RBIN/DBA-JOT)
hello Frederic, to the best of my knowledge Syntax is the problem.the actual systax for the radio button is input type="Radio" name="name_of the_group"name_u_want to displayp that is why jsp's are not able to convert the code to equivalent servlet or html.revert back for furthur

RE: Use input type=radio

2001-04-17 Thread Michael Wentzel
The real question is what kind of error(compile, exception,...)? If you're outputting the input element from java(i.e. such as %="input type="%) then the quotes(") must be control chars(\"). All radio buttons in a group should have the same name as mentioned by Suresh. Without a name the

RE: Use input type=radio

2001-04-17 Thread flelievre . cs
input type=radio Sensitivity: Confidential The real question is what kind of error(compile, exception,...)? If you're outputting the input element from java(i.e. such as %="input type="%) then the quotes(") must be control chars(\"). All radio buttons in a group

RE: Use input type=radio

2001-04-17 Thread Arik Kfir
what kind of error? post some syntax.. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 17, 2001 1:24 PM To: [EMAIL PROTECTED] Subject: Use input type=radio Importance: High Sensitivity: Confidential Hi every body, when I use input