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

2003-07-25 Thread ScottC
am Hardy" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > And that html:radio is able to reference the current iteration of the > nested:iterate loop, and give the radio html the correctly nested name? > If so it's seems to be encroaching on the nested ta

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

2003-07-24 Thread ScottC
ationValueBean" scope="page"/> > > > > where the bean define allows the radio button to access the current bean > of the iterate loop, and then you can call the name function. > > hth > Adam > > ScottC wrote: > > I'm having trouble figuring

Radio active? :-)

2003-07-21 Thread ScottC
I'm having trouble figuring out the nested:radio tag and getting the values set. I have bean that nests a list of three other beans (a Schedule bean that holds three date beans). Each date has three guys (each with a radio button next to them), so I have an array that is 3x3. How do I get the "valu

Struts 1.1 Installation README, v 1.16

2003-07-01 Thread ScottC
The second step in the readme references jaxp.jar which does not exist in the latest release of JAXP. I believe it is now jaxp-api.jar and can only be obtained from Sun by downloading the whole JWSDP. Steps seven and eight need to be updated to reflect things being moved into the /webapps folder a

Inconsistent use of property in nested tags

2003-06-17 Thread ScottC
A extracts the "value" of aPropertyInAClass and displays the value on my .jsp. However, when working with , property translates to and "property" is really the name of the property, not the value of the property in question (as it was in the tag). I have been frustrated trying to get the "value

Nested:radio problem

2003-06-13 Thread ScottC
Group, I've pulled my hair for awhile trying to figure this one out. I've looked through the mail archives and I must have missed the solution, so here's the question. The following snippet contains data I'm looking for (the lookupKey string has my data populated), but I can't figure out