RE: Question: How do I put iterated radio buttons in the same gro up?

2004-01-16 Thread Eric Hodges
To: Struts Users Mailing List Subject: RE: Question: How do I put iterated radio buttons in the same gro up? Thanks for the advice, but I can't get that to work. I have to add a "value" attribute to get it to compile, so I changed it to this: That causes this run-time exceptio

RE: Question: How do I put iterated radio buttons in the same gro up?

2004-01-15 Thread Eric Hodges
ined a boolean "master" property to see if it was trying to access "account.master.master", but that failed too. -Original Message- From: Kris Schneider [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 14, 2004 1:03 PM To: Struts Users Mailing List Subject: Re: Quest

Re: Question: How do I put iterated radio buttons in the same group?

2004-01-14 Thread Kris Schneider
Try: Quoting Eric Hodges <[EMAIL PROTECTED]>: > I'm using nested:iterate to display a list of items in a table. Each row > shows on element of the list like this: > > > > > > > > > > > I'd like to have one colu

Question: How do I put iterated radio buttons in the same group?

2004-01-14 Thread Eric Hodges
I'm using nested:iterate to display a list of items in a table. Each row shows on element of the list like this: I'd like to have one column that shows radio buttons and I'd like all of those buttons to be in the same group so only one of them can be sel

RE: DynaActionForm and radio-buttons

2004-01-08 Thread Matthias Wessendorf
--Original Message- From: Daniel Bieberstein [mailto:[EMAIL PROTECTED] Sent: Thursday, January 08, 2004 10:53 PM To: Struts Users Mailing List Subject: DynaActionForm and radio-buttons Hi, i have a problem with handling my DynaActionsForm (Struts 1.1)and radio-buttons. In the JSP is a iterat

radio buttons

2004-01-08 Thread Otávio Augusto
I'm trying to generate a set of radio buttons with values defined in a collection implemented in my ActionForm class. There, I have a Collection attribute which returns a collection of "A" objects. Each A object has a 'nome' and a 'id' attribute. So...in the j

DynaActionForm and radio-buttons

2004-01-08 Thread Daniel Bieberstein
Hi, i have a problem with handling my DynaActionsForm (Struts 1.1)and radio-buttons. In the JSP is a iteration over a bean (bookingPaymentTickets) that creates radio-options. Price 1 Price 2 Price 3 so, for every iteration there are 3 radio-fields. In my

Whats the best way to handle a dynamic form with lots of radio buttons

2004-01-07 Thread Murdo
Hi, I’m working on an online questionnaire and am fairly new to java web dev and struts. What I already have is a dynamically generated questionnaire that has topics, sub-topics then offers 5 choices to the user. The 5 options are a single radio group with the values 0-4  So my generated html l

RE: Radio Buttons Required

2003-10-29 Thread Wendy Smoak
Rhet Behler wrote: > However if someone does NOT select a radio button then the javascript > does not pop up and require the field. Hmmm... I got my hand slapped a while ago for not having a radio button pre-selected. Apparently it's invalid HTML unless exactly one of the radio

Radio Buttons Required

2003-10-29 Thread Rhet Behler
I am having difficulties requiring radio buttons using the depends="required" in the validation.xml. However if someone does NOT select a radio button then the javascript does not pop up and require the field. However I do have textfields and option/select menus on the same page t

RE: Validator question for radio buttons.

2003-10-16 Thread Saul Q Yuan
r 16, 2003 10:35 AM > To: [EMAIL PROTECTED] > Subject: Validator question for radio buttons. > > I have 3 radio buttons representing a property called > paymentdetail.paymentTypeId, like this > name="paymentOptions" align="center"> >

Validator question for radio buttons.

2003-10-16 Thread mohan
I have 3 radio buttons representing a property called paymentdetail.paymentTypeId, like this Check/Money Order Please Waive Fee

Radio Buttons (answered my own questions)

2003-09-11 Thread Sloan Seaman
One of my developers has some things mis-configured. Please ingore the last email. I got it working... Sorry! This email has been scanned for all viruses by the MessageLabs Email Security System. For more information on a

Re: Struts form validation of radio buttons and checkboxes

2003-09-04 Thread Robert Leland
; (case-sensitive of course)? Thanks. From: "Mathew, Manoj" <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Date: Thu, 4 Sep 2003 08:48:19 -0500 To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Subject: RE: Struts form

Re: Struts form validation of radio buttons and checkboxes

2003-09-04 Thread Robert Leland
eg Amaroso [mailto:[EMAIL PROTECTED] Sent: Thursday, September 04, 2003 7:48 AM To: Struts Users Mailing List Subject: Re: Struts form validation of radio buttons and checkboxes Thanks for the response, but I don't think the problem lies with the actual validation that's happening. I susp

RE: Struts form validation of radio buttons and checkboxes

2003-09-04 Thread Mathew, Manoj
rsday, September 04, 2003 9:00 AM To: Struts Users Mailing List Subject: Re: Struts form validation of radio buttons and checkboxes I currently have Struts 1.1. Is the checkbox/radio update available in the most current nightly build? Also, should the form-property type be "boolean" or &qu

RE: Struts form validation of radio buttons and checkboxes

2003-09-04 Thread Andrew Hill
-Original Message- From: Greg Amaroso [mailto:[EMAIL PROTECTED] Sent: Thursday, 4 September 2003 23:03 To: Struts Users Mailing List Subject: Re: Struts form validation of radio buttons and checkboxes No, I haven't implemented it yet. But I must plead ignorance here, because I do

Re: Struts form validation of radio buttons and checkboxes

2003-09-04 Thread Greg Amaroso
ROTECTED]> > Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> > Date: Thu, 4 Sep 2003 22:38:19 +0800 > To: "Struts Users Mailing List" <[EMAIL PROTECTED]> > Subject: RE: Struts form validation of radio buttons and checkboxes > > Have

RE: Struts form validation of radio buttons and checkboxes

2003-09-04 Thread Andrew Hill
Have you implemented code in reset() to reset the checkbox to its unticked value in the form yet? Not sure why radio buttons would give you problems though. They usually have one option selected which would get submitted. -Original Message- From: Greg Amaroso [mailto:[EMAIL PROTECTED

Re: Struts form validation of radio buttons and checkboxes

2003-09-04 Thread Greg Amaroso
> Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> > Date: Thu, 4 Sep 2003 08:48:19 -0500 > To: "Struts Users Mailing List" <[EMAIL PROTECTED]> > Subject: RE: Struts form validation of radio buttons and checkboxes > > YES YOU R RIGHT. WHEN

RE: Struts form validation of radio buttons and checkboxes

2003-09-04 Thread Andrew Hill
ssage- From: Mathew, Manoj [mailto:[EMAIL PROTECTED] Sent: Thursday, 4 September 2003 21:48 To: Struts Users Mailing List Subject: RE: Struts form validation of radio buttons and checkboxes YES YOU R RIGHT. WHEN THE CHECK BOX IS NOT CHECKED, THE FORM WILL NOT EVEN HAVE THAT ELEMENT PRESE

RE: Struts form validation of radio buttons and checkboxes

2003-09-04 Thread Mathew, Manoj
rn boolean instead if getCheckbox():return String in your action form. -Original Message- From: Greg Amaroso [mailto:[EMAIL PROTECTED] Sent: Thursday, September 04, 2003 7:48 AM To: Struts Users Mailing List Subject: Re: Struts form validation of radio buttons and checkboxes Thanks for th

Re: Struts form validation of radio buttons and checkboxes

2003-09-04 Thread Greg Amaroso
t;[EMAIL PROTECTED]> > Date: Wed, 03 Sep 2003 22:09:14 -0400 > To: Struts Users Mailing List <[EMAIL PROTECTED]> > Subject: Re: Struts form validation of radio buttons and checkboxes > > Greg Amaroso wrote: > >> I'm having trouble with the struts form validation

Re: Struts form validation of radio buttons and checkboxes

2003-09-03 Thread Robert Leland
Greg Amaroso wrote: I'm having trouble with the struts form validation framework when it comes to radio buttons and checkboxes. For some reason, I can validate any other type of field, but not radios/checkboxes. Here's where I seem to be having trouble: Try a --nightly-- build of

Struts form validation of radio buttons and checkboxes

2003-09-03 Thread Greg Amaroso
I'm having trouble with the struts form validation framework when it comes to radio buttons and checkboxes. For some reason, I can validate any other type of field, but not radios/checkboxes. Here's where I seem to be having trouble: In the struts-config.xml file, should the form-pro

Newbie Validator and radio buttons question

2003-08-27 Thread John Boyes
the mask. I've tried using the same mask with an input field and it works fine, so I'm stumped. I've also verified that my fieldnames etc are correct (I can get the "required" validation to work with the radio buttons). The mask I'm using is: ^(yes)$ Does anyone know

Re: radio buttons in dynamic forms

2003-08-19 Thread Hary
ta for > one row of a table. I need the user, looking at this > page, to be able to select one and only one row in > the table - which I am trying to do using radio > buttons. > > So my table looks something like: > radiobuttonsomedatasometext (All from > ArrayList[0

radio buttons in dynamic forms

2003-08-19 Thread Claire Suttle
to do using radio buttons. So my table looks something like: radiobuttonsomedatasometext (All from ArrayList[0]) radiobuttonsomedatasometext (All from ArrayList[1]) radiobuttonsomedatasometext (All from ArrayList[2]) and I need all these radio buttons to be part of the same

Re: Radio active? :-) or a working example of nested radio buttons

2003-07-25 Thread ScottC
erBean > > (the MemberBean holds the crewmember name and other information) that is a > > key field for my database lookup. What is displayed in the jsp is only a > > crewmember name next to a radio button. I just couldn't believe it would > > take so much effort to get th

Saving a dynamically created list of radio buttons

2003-07-25 Thread Sebastian F. Martin
Hello, I need to save a dynamically created list of radio buttons to the database. In order to give the administrator the possibility to give users roles for certain departments, I am creating a dynamic list of radio buttons, wich looks like this: DepartmentNo RightsUser Rights

Re: Radio active? :-) or a working example of nested radio buttons

2003-07-25 Thread Adam Hardy
d near the top of the doc there is a reference to how idName when populated totally changes the tags behavior. In summary, if you are tying to create a matrix of radio buttons and are pulling your hair out, try the above approach and see if it works for you. Here's what the jsp outputs from above:

Re: Radio active? :-) or a working example of nested radio buttons

2003-07-24 Thread ScottC
ate to admit it, but I RTFM for html:radio and near the top of the doc there is a reference to how idName when populated totally changes the tags behavior. In summary, if you are tying to create a matrix of radio buttons and are pulling your hair out, try the above approach and see if it works

RE: Nested Radio Buttons + Mutual Exclusion

2003-03-13 Thread Sri Sankaran
> > Does anybody know how to use the nested:radio button > component so That you can have mutually exclusive sets of > radio buttons? > I think you are referring to radio button groups when you "mutually exclusive sets". Going on that premise, radio buttons with t

Nested Radio Buttons + Mutual Exclusion

2003-03-13 Thread Jonathan
Does anybody know how to use the nested:radio button component so That you can have mutually exclusive sets of radio buttons? Jon. *-* Jonathan Holloway, Dept. Of Computer Science, Aberystwyth University, Ceredigion

Mutually Exclusive Radio Buttons

2003-03-12 Thread Jonathan
I wonder whether somebody could help me out here. I'm trying to create a number of radio buttons that have to be mutually exclusive. I know that its possible just by setting the property to be the same value for all but what if I'm using a nested:iterate tag? Surely this will res

RE: Multiple radio buttons and an ActionForm

2003-01-31 Thread Sri Sankaran
Radio buttons are shown selected if the "property" and "value" attributes are equal. So, Male will display selected if the "gender" property of the form-bean is "m". public class MyFormBean extends ActionForm { private String gender; // g

Multiple radio buttons and an ActionForm

2003-01-31 Thread Ian Howlett
Hi, I have a question regarding the use of multiple radio buttons on a form. The part that’s causing problems is taking the radio button input from the JSP page and putting it into an ActionForm. Then later, if the page has to be re-displayed, getting the data back out of the ActionForm and onto

Group of radio buttons with indexed="true" within nested iterate

2003-01-17 Thread Yujin Kim
Hi I'm having some issues with indexed="true" and nested iterate tags. I'm hoping some of you would be able to give me some directions. BTW, I had to strip out the orignial source code. I apologize for that if this makes difficult to follow. I'd be happy to provide more details in private chann

RE: Radio buttons inside an iterate tag?

2002-10-11 Thread Wendy Smoak
trying that out.] > You said you don't want any radio buttons initially selected, bit here's a > snippet from the HTML 4.01 spec: > > Since user agent behavior differs, authors should ensure that in each set of > radio buttons that one is initially "on". > P

RE: Radio buttons inside an iterate tag?

2002-10-11 Thread Karr, David
> -Original Message- > From: Wendy Smoak [mailto:[EMAIL PROTECTED]] > Sent: Friday, October 11, 2002 11:57 AM > To: 'Struts Users Mailing List' > Subject: RE: Radio buttons inside an iterate tag? > > > This is what I was getting at in my previous rep

RE: Radio buttons inside an iterate tag?

2002-10-11 Thread Kris Schneider
Okaaay...if there's no html:form, why use html:radio? How 'bout just doing something like: You said you don't want any radio buttons initially selected, bit here's a snippet from the HTML 4.01 spec: If no radio button in a set sharing the same control name is initial

RE: Radio buttons inside an iterate tag?

2002-10-11 Thread Wendy Smoak
> This is what I was getting at in my previous reply. The property attribute of > the radio tag should correspond to a property of your form, not a property of > the beans in the collection you're iterating through. But there *is* no form. To clarify, there is an html tag, but NOT a Struts t

RE: Radio buttons inside an iterate tag?

2002-10-11 Thread Kris Schneider
ht be of help... Quoting Wendy Smoak <[EMAIL PROTECTED]>: > I wrote: > > Finally! This works: > > > type="edu.asu.vpia.value.ResolutionView"> > > > > > > > It turns into: > > > > Thought I'd follow up

RE: Radio buttons inside an iterate tag?

2002-10-11 Thread Wendy Smoak
I wrote: > Finally! This works: >type="edu.asu.vpia.value.ResolutionView"> > > > It turns into: > Thought I'd follow up on this one since there was more to it. The radio buttons were actually *all* getting "checked". Appar

RE: Radio buttons inside an iterate tag?

2002-10-10 Thread Wendy Smoak
Brian wrote: > You need to specify name="resView" because this is the handle to each > object during the iterate. Finally! This works: It turns into: Thanks to everyone who helped out on this one... -- Wendy Smoak http://sourceforge.net/projects/unidbtags

RE: Radio buttons inside an iterate tag?

2002-10-10 Thread Kris Schneider
> >type="edu.asu.vpia.value.ResolutionView"> > > > > Same error. org.apache.jasper.JasperException: Cannot find bean under name > org.apache.struts.taglib.html.BEAN > (And it's definitely the tag, because if I comment it out, the > page load

RE: Radio buttons inside an iterate tag?

2002-10-10 Thread Brian Holzer
Hi Wendy, Have you tried You need to specify name="resView" because this is the handle to each object during the iterate. Brian >>> Wendy Smoak 10/10/02 09:00am >>> John wrote: > I think the body of the tag is the value, so just do this : > > > > > That didn't work: According

RE: Radio buttons inside an iterate tag?

2002-10-10 Thread Sri Sankaran
I think that's it. I glossed over that detail since takes care of that for you. Sri -Original Message- From: Karr, David [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 10, 2002 2:48 PM To: 'Struts Users Mailing List' Subject: RE: Radio buttons inside

RE: Radio buttons inside an iterate tag?

2002-10-10 Thread Karr, David
> -Original Message- > From: Wendy Smoak [mailto:[EMAIL PROTECTED]] > Sent: Thursday, October 10, 2002 11:26 AM > To: 'Struts Users Mailing List' > Subject: RE: Radio buttons inside an iterate tag? > > Sri wrote: > > You *should* be able to do >

RE: Radio buttons inside an iterate tag?

2002-10-10 Thread Sri Sankaran
have to have a nested structure in order to use the tags although that's where its strengths lie. Sri -Original Message- From: Wendy Smoak [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 10, 2002 2:26 PM To: 'Struts Users Mailing List' Subject: RE: Radio buttons insi

RE: Radio buttons inside an iterate tag?

2002-10-10 Thread Wendy Smoak
Same error. org.apache.jasper.JasperException: Cannot find bean under name org.apache.struts.taglib.html.BEAN (And it's definitely the tag, because if I comment it out, the page loads fine without radio buttons.) It seems to me that isn't putting that resView bean in a place that the scriptle

RE: Radio buttons inside an iterate tag?

2002-10-10 Thread Wendy Smoak
> When you get the "Cannot find bean ..." error message, it's hard to tell > WHICH bean it can't find. Do you know that there is a bean named > "foundPersons"? Yeah, for me, too. :) But yes, the foundPersons collection is there. The page loads fine if I comment out the the tag. It has to be

RE: Radio buttons inside an iterate tag?

2002-10-10 Thread Karr, David
> -Original Message- > From: Wendy Smoak [mailto:[EMAIL PROTECTED]] > Sent: Thursday, October 10, 2002 10:13 AM > To: 'Struts Users Mailing List' > Subject: RE: Radio buttons inside an iterate tag? > > > Back to the scriptlet or JSTL approach > >

RE: Radio buttons inside an iterate tag?

2002-10-10 Thread Sri Sankaran
PROTECTED]] Sent: Thursday, October 10, 2002 1:13 PM To: 'Struts Users Mailing List' Subject: RE: Radio buttons inside an iterate tag? > Back to the scriptlet or JSTL approach I'm still trying to get a property from a bean while iterating, and use it as the value

RE: Radio buttons inside an iterate tag?

2002-10-10 Thread Wendy Smoak
> Back to the scriptlet or JSTL approach I'm still trying to get a property from a bean while iterating, and use it as the value of a radio button: <-- problem here Okay, what do I need to make ${resView.key} work? And am I even doing it right? I'm getting "Cannot find bean unde

RE: Radio buttons inside an iterate tag?

2002-10-10 Thread Wendy Smoak
John wrote: > I think the body of the tag is the value, so just do this : > > > > > That didn't work: According to the TLD attribute value is mandatory for tag radio Back to the scriplet or JSTL approach-- I tried it yesterday and it didn't seem that the resVew bean was immediat

Re: Radio buttons inside an iterate tag?

2002-10-10 Thread John Owen
Also, I think you have to supply the name attribute in the tag. - Original Message - From: "John Owen" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Thursday, October 10, 2002 8:58 AM Subject: Re: Radio buttons inside an i

Re: Radio buttons inside an iterate tag?

2002-10-10 Thread John Owen
I think the body of the tag is the value, so just do this : - Original Message - From: "Wendy Smoak" <[EMAIL PROTECTED]> To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]> Sent: Wednesday, October 09, 2002 6:29 PM Subject: Ra

Re: Radio buttons inside an iterate tag?

2002-10-09 Thread Will Jaynes
Wendy, Your example with the scriptlet is just what you need to do. This is a case where scriptlets are still necessary. JSTL will be the way to do it in the future, but you don't need to move to them before you are ready. And to use JSTL now in a struts tag like html:radio you would need to g

Radio buttons inside an iterate tag?

2002-10-09 Thread Wendy Smoak
I can't find an example of this one: What I really need for the radio button is something like: Have I reached the point where I *must* use JSTL, or is there a way to get a property from the 'current' bean as you iterate through and use it as the value of a radio button? (It's no

RE: How to handle dynamic number of radio buttons using struts?

2002-07-30 Thread dhay
o: "'Struts Users Mailing List'" <[EMAIL PROTECTED]> cc:(bcc: David Hay/Lex/Lexmark) Subject: RE: How to handle dynamic number of radio buttons using struts? I couldn't open the link that you sent. Anyways thanks for the help. I will try to find out

RE: How to handle dynamic number of radio buttons using struts?

2002-07-30 Thread Gupta, Priyank x57787
iling List' Subject: RE: How to handle dynamic number of radio buttons using struts? Try reading the nested tutorial at http://www.keyboardmonkey.com/struts/primer/Tutorial_partOne.html That should give u a fair idea ,how to go about it. Regards, Satish -Original Message- From: Gupta,

RE: How to handle dynamic number of radio buttons using struts?

2002-07-30 Thread SATISH.T
: 'Struts Users Mailing List' Subject: How to handle dynamic number of radio buttons using struts? Hi All, I am trying to write a struts application where I will be getting a set of options that I need to display using groups of radio buttons. For example: Group 1 *Red *Blue *Green Gr

How to handle dynamic number of radio buttons using struts?

2002-07-30 Thread Gupta, Priyank x57787
Hi All, I am trying to write a struts application where I will be getting a set of options that I need to display using groups of radio buttons. For example: Group 1 *Red *Blue *Green Group 2 *Red *Blue *Green Group 3 *Red *Blue *Green ... Group n *Red *Blue *Green Here

Validator and radio buttons

2002-05-27 Thread Todd Pierce
Can anyone help? I am using the Validator add on to do some client-side form validation, but have been unsuccessful in getting it to work with radio buttons or checkboxes. Any advice? -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mail

RE: radio buttons

2002-05-17 Thread Mike Dewhirst
Hello and thanks for reading! I have a form that contains a Collection of objects. The Objects have these String properties: ownAccess, roleAccess and allAccess. How can I write this out using the html:radio tags? Can use them at all for this? Each property will need a radio button group, so

radio buttons

2002-05-16 Thread Mike Dewhirst
Hello and thanks for reading! I have a form that contains a Collection of objects. The Objects have these String properties: ownAccess, roleAccess and allAccess. How can I write this out using the html:radio tags? Can use them at all for this? Each property will need a radio button group, somet

RE: Table of Radio Buttons

2002-05-02 Thread Sandra Cann
bject: Table of Radio Buttons > > > Hi, > > I am attempting to create a (fairly) simple web app using struts. > I need to > create a table of questions with each question having radio > buttons (a range > of numeric values) so the user can input and submit their ans

RE: Table of Radio Buttons

2002-05-02 Thread Pedone, Tim
If you're using Struts 1.1, this may help: http://www.mail-archive.com/struts-user%40jakarta.apache.org/msg29664.html Tim -Original Message- From: Daniel Haynes [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 02, 2002 5:55 AM To: Struts-User Subject: Table of Radio Buttons Hi,

Table of Radio Buttons

2002-05-02 Thread Daniel Haynes
Hi, I am attempting to create a (fairly) simple web app using struts. I need to create a table of questions with each question having radio buttons (a range of numeric values) so the user can input and submit their answers: question1o o o o o o o o question2o o o o o o o o

RE: tabular radio buttons :(

2002-04-29 Thread James Mitchell
tabular radio buttons :(You'll probably get a quicker response using the strut-user list. JM -Original Message- From: Chakradhar Tallam [mailto:[EMAIL PROTECTED]] Sent: Monday, April 29, 2002 11:48 PM To: '[EMAIL PROTECTED]' Subject: tabular radio buttons

Re: Radio Buttons

2002-04-18 Thread Struts Developer
ts Users Mailing List" <[EMAIL PROTECTED]> >CC: "JyothiLakshmi_R" <[EMAIL PROTECTED]> >Subject: Radio Buttons >Date: Mon, 15 Apr 2002 19:11:37 +0530 > >Hi All, > >I am using struts html tags to have radiobuttons on my JSP. >There are three of them. &g

Radio Buttons

2002-04-15 Thread sanjeev_dutt
Hi All, I am using struts html tags to have radiobuttons on my JSP. There are three of them. How do I keep one of them selected by default ? Thanks Sanjeev -- To unsubscribe, e-mail: For additional commands, e-mail:

Groups of radio buttons

2002-03-15 Thread lindsay . hamoudi
them in a table of radio buttons, so that the user can choose a color to represent something. I have begun by logic:iterating over the array. I'd like the value of each radio button to be the color (i.e. the current String from the array). It seems that there is no obvious support for

RE: Preselecting Radio Buttons

2002-02-04 Thread Maturo, Larry
s the initial value. I haven't used the radio tag yet, so I may be totally off track here. I hope this helps. -- Larry -Original Message- From: John M. Corro [mailto:[EMAIL PROTECTED]] Sent: Monday, February 04, 2002 9:57 AM To: [EMAIL PROTECTED] Subject: Preselecting Radio Buttons I

Re: Preselecting Radio Buttons

2002-02-04 Thread John M. Corro
For those interested, Ivan Siviero was kind enough to answer my question. Apparently, you preselect a radio button based on the incoming value from the form. So for set of radio buttons... you'd preselect the first radio button by having your "getPropertyName()" method in

Re: Preselecting Radio Buttons

2002-02-04 Thread Ted Husted
CTED]> > To: <[EMAIL PROTECTED]> > Sent: Monday, February 04, 2002 10:25 AM > Subject: Re: Preselecting Radio Buttons > > Add the 'checked' parm to your default radio button, like so... > > What is your gender? > Female > Male > > __

Re: Preselecting Radio Buttons

2002-02-04 Thread John M. Corro
though! - Original Message - From: "MARK NICHOLS" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, February 04, 2002 10:25 AM Subject: Re: Preselecting Radio Buttons Add the 'checked' parm to your default radio button, like so... W

Re: Preselecting Radio Buttons

2002-02-04 Thread MARK NICHOLS
[EMAIL PROTECTED] 02/04/02 09:57AM >>> I would have thought this was a simple thing, but I must be missing something. Is there an attribute to the tag that sets it as selected? I want to have a group of radio buttons w/ 1 button being the default. I didn't see anything in the

Preselecting Radio Buttons

2002-02-04 Thread John M. Corro
I would have thought this was a simple thing, but I must be missing something. Is there an attribute to the tag that sets it as selected? I want to have a group of radio buttons w/ 1 button being the default. I didn't see anything in the tag lib documentation and I tried coding i

prepopulate radio buttons

2002-01-30 Thread humera . f . arshi
How can I prepopulate the radio buttons with the value coming from database and also be able to reselect a different value when I am submitting the form again. My scenario is I have a save task where I save the value selected for radio button to the database. I come back again and retrieve this

prepopulate radio buttons?

2002-01-30 Thread humera . f . arshi
How can I prepopulate the radio buttons with the value coming from database and also be able to reselect a different value when I am submitting the form again. My scenario is I have a save task where I save the value selected for radio button to the database. I come back again and retrieve this

Re: Radio Buttons

2001-10-27 Thread martin . cooper
The following works for me: This assumes that you have a String property named 'level' in your form bean. -- Martin Cooper - Original Message - From: "Steven Leija" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, October 24, 200

Radio Buttons

2001-10-24 Thread Steven Leija
Hello All, I'm confused on the usage of the Radio Buttons. I have simply have two tags defined. Each have the same property and of course, their values are different. But when my form bean is populated upon submit, the values are not read in. I changed the values of the radio butto

RE: How To: Radio Buttons and Regular buttons

2001-10-23 Thread dhay
/Lex/Lexmark) Subject: RE: How To: Radio Buttons and Regular buttons I ended up writing this way: <% Collection col = (Collection)request.getAttribute(AttributeKeys.SuppliersLookupListKey); Iterator iter = col.iterator(); while (iter.hasNext()) { SupplierMode

RE: How To: Radio Buttons and Regular buttons

2001-10-22 Thread L. Yeung
; > "Strichartz, Beth" > <[EMAIL PROTECTED]> > on > 10/22/2001 05:36:45 PM > > Please respond to > [EMAIL PROTECTED] > > To: > [EMAIL PROTECTED] > cc:(bcc: David Hay/Lex/Lexmark) > Subject: RE: How To: Radio Buttons and Regular >

RE: How To: Radio Buttons and Regular buttons

2001-10-22 Thread dhay
AIL PROTECTED] cc:(bcc: David Hay/Lex/Lexmark) Subject: RE: How To: Radio Buttons and Regular buttons What if I am looking for more than the iterator? I really need the address Id... -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, October 2

RE: How To: Radio Buttons and Regular buttons

2001-10-22 Thread Strichartz, Beth
What if I am looking for more than the iterator? I really need the address Id... -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, October 22, 2001 5:25 PM To: [EMAIL PROTECTED] Subject: RE: How To: Radio Buttons and Regular buttons The indexed

RE: How To: Radio Buttons and Regular buttons

2001-10-22 Thread dhay
lease respond to [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc:(bcc: David Hay/Lex/Lexmark) Subject: RE: How To: Radio Buttons and Regular buttons Hi all, I have a similar questions. In my iterate I have a regular Button and I need to know which one was clicked. Therefore, I have to have

RE: How To: Radio Buttons and Regular buttons

2001-10-22 Thread Strichartz, Beth
Beth. -Original Message- From: L. Yeung [mailto:[EMAIL PROTECTED]] Sent: Monday, October 22, 2001 3:27 AM To: [EMAIL PROTECTED] Subject: How To: Radio Buttons Hi All! I need to iterate a collection of supplier info with radio buttons. I want the value property to have dynamic values

How To: Radio Buttons

2001-10-21 Thread L. Yeung
Hi All! I need to iterate a collection of supplier info with radio buttons. I want the value property to have dynamic values extractd from the collection. .. Thanks in advance. L.Yeung __ Do You Yahoo!? Make a great

radio buttons

2001-10-02 Thread Smith, Chris
Good morning. Does anybody know how to use radio buttons in a struts app? It appears from the documentation, that I might have to treat each button as it's own entity versus grouping them together in a box. Is this true? Ideally, I'd like to treat the buttons like a select box so to

Re: Now Look with radio-Buttons when iterating

2001-08-30 Thread Ralph vd Houdt
Now Look with radio-Buttons when iteratingYou should add the classname of adresse to the type attribute of the iteration. Good luck - Original Message - From: Friedli Beat [UFA AG Her] To: '[EMAIL PROTECTED]' Sent: Thursday, August 30, 2001 12:01 PM Subject: Now

Now Look with radio-Buttons when iterating

2001-08-30 Thread Friedli Beat [UFA AG Her]
Title: Now Look with radio-Buttons when iterating Hi Ralph I tried ... and got ... A Servlet Exception Has Occurred org.apache.jasper.JasperException: Unable to compile class for JSP An error occurred at line: 49 in the jsp file: /logon.jsp Generated servlet error: C:\tomcat4.0

Re: How to use radio-Buttons when iterating

2001-08-30 Thread Ralph vd Houdt
How to use radio-Buttons when iteratingThis should do the trick. or even " /> Greetings Ralph - Original Message - From: Friedli Beat [UFA AG Her] To: '[EMAIL PROTECTED]' Sent: Thursday, August 30, 2001 11:25 AM Subject: How to use radio-Buttons when ite

How to use radio-Buttons when iterating

2001-08-30 Thread Friedli Beat [UFA AG Her]
Title: How to use radio-Buttons when iterating How can I tell the radio-button to take the value from the collection I'm iterating throug? <%--I'm iterating thrugh the collection adressen --%>             <%--Im trying to create a radiobutton for eac

RE: radio buttons

2001-08-08 Thread Allamsetty, Venkata
7; Subject: radio buttons using the strut tag library does any one no of a way of making two radio buttons in the same group ie click one deselects the other one thanks ** This email and any files transmitted with it are confid

Re: radio buttons

2001-08-08 Thread Matt Raible
give them the same name. --- Rachel Warburton <[EMAIL PROTECTED]> wrote: > using the strut tag library does any one no of a way of making two radio > buttons in the same group ie click one deselects the other one

radio buttons

2001-08-08 Thread Rachel Warburton
using the strut tag library does any one no of a way of making two radio buttons in the same group ie click one deselects the other one thanks ** This email and any files transmitted with it are confidential and intended

RE: Checked radio buttons

2001-07-06 Thread Dudley [EMAIL PROTECTED]
thanx, appreciate the help -Original Message- From: flare [mailto:[EMAIL PROTECTED]] Sent: Friday, July 06, 2001 2:12 PM To: [EMAIL PROTECTED] Subject: RE: Checked radio buttons > can anyone supply a good radio buttons example? preferably with more > than 1 button..pLEASE!! >

  1   2   >