Thanks Jay

-----Original Message-----
From: Jay Burgess [mailto:[EMAIL PROTECTED] 
Sent: 21 April 2005 05:45 PM
To: user@struts.apache.org
Subject: RE: Struts Radio button

I think this write-up from Ted Husted explains it nicely:

   http://husted.com/struts/tips/016.html

Jay

| Jay Burgess [Vertical Technology Group]
| "Essential Technology Links via RSS"
| http://www.vtgroup.com/

-----Original Message-----
From: Neil Meyer [mailto:[EMAIL PROTECTED] 
Sent: Thursday, April 21, 2005 10:02 AM
To: Struts Users Mailing List
Subject: Struts Radio button

Hi All,

I'm trying to do the following using the struts radio button. Please advise.

<INPUT TYPE=RADIO NAME="pizzasize" VALUE="S"         >small<BR>
<INPUT TYPE=RADIO NAME="pizzasize" VALUE="M" CHECKED >medium<BR>
<INPUT TYPE=RADIO NAME="pizzasize" VALUE="L"         >large<P>

I want to use the following but check one specific

<html:radio property=" pizzasize " value="S" /> small<br>
<html:radio property=" pizzasize " value="M" /> medium <br>
<html:radio property=" pizzasize " value="L" /> large 

Regards
Neil

-----Original Message-----
From: Vamsee Kanakala [mailto:[EMAIL PROTECTED] 
Sent: 18 January 2005 01:28 PM
To: Struts Users Mailing List
Subject: Re: JDBC Driver

David Bolsover wrote:

>What is wrong with the Microsoft driver?
>
>  
>
Well, I can actually give a whole lot of reasons. One, it's extremely 
slow. Two, you can retrieve objects from ResultSet only in a certain 
order. Three, sometimes it just conks out giving strange errors. If you 
check for them on the Microsoft website, frequently they say "nothing 
can be done about it, that's how it was implemented". Thankfully, jTDS 
saved the day for me. It's fast, stable and implements JDBC 3.

Vamsee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]






---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to