ibute("mylist") then assign it to some
collection.then
use that collection for populating the select
lokee
-Original Message-
From: Christian Schlaefcke [mailto:[EMAIL PROTECTED]
Sent: Tuesday, March 23, 2004 2:45 AM
To: Struts Users Mailing List
Subject: html:select
:15 PM
To: Struts Users Mailing List
Subject: html:select / html:options
Hi Folks!
for several days I mess around with html:select and html:options.
I want to access a collection with names or numbers (just
java.lang.String). This collection is available in the session. For
testing I generated my
PROTECTED]
Sent: Tuesday, March 23, 2004 2:45 AM
To: Struts Users Mailing List
Subject: html:select / html:options
Hi Folks!
for several days I mess around with html:select and html:options.
I want to access a collection with names or numbers (just
java.lang.String). This collection is availa
Hi Folks!
for several days I mess around with html:select and html:options.
I want to access a collection with names or numbers (just
java.lang.String). This collection is available in the session. For
testing I generated my own collection in the jsp
<%
java.util.Collection list =
set the value of the form property that you wish to select.
On 27 Feb 2004, at 17:40, Daniel wrote:
How can change the "selectedIndex" of dropdown values
obrigado
Daniel S.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For
How can change the "selectedIndex" of dropdown values
obrigado
Daniel S.
> From: Gonzalez, Sergio Eduardo [mailto:[EMAIL PROTECTED]
> I need to send the value and text dispayed to the server
Now I have to ask, why? Presumably you're generating the selections
from something, maybe a Map? All you need is the value, they key, and
you can pull the value out of the Ma
ver
>
> -Mensaje original-
> De: Wendy Smoak [mailto:[EMAIL PROTECTED]
> Enviado el: martes, 17 de febrero de 2004 17:39
> Para: Struts Users Mailing List
> Asunto: RE: html:select
>
> > From: Gonzalez, Sergio Eduardo [mailto:[EMAIL PROTECTED]
> > How can I do to send
04 16:13
> To: Struts Users Mailing List
> Subject: html:select
>
>
>
> Hello .
> I have to get the description from a html:select example in html
>
>
> z
>
>
> how can I do to get the "z&qu
Well, I guess that's what Wendy was suggesting in the first place: make the value
and the text the same, that way sending one is tatamount to sending both.. The other
option is to use a hidden field and javascript (onSelect fill hidden field kind of
thing along with the form.blah-blah[selectedIndex
I need to send the value and text dispayed to the server
-Mensaje original-
De: Wendy Smoak [mailto:[EMAIL PROTECTED]
Enviado el: martes, 17 de febrero de 2004 17:39
Para: Struts Users Mailing List
Asunto: RE: html:select
> From: Gonzalez, Sergio Eduardo [mailto:[EMAIL PROTEC
> From: Gonzalez, Sergio Eduardo [mailto:[EMAIL PROTECTED]
> How can I do to send the value displayed ?
Can you post the code from the JSP the way it is now? Someone can
probably help you change it so that it does what you want.
--
Wendy Smoak
Application Systems Analyst, Sr.
ASU IA Informati
Ok .
How can I do to send the value displayed ?
-Mensaje original-
De: Wendy Smoak [mailto:[EMAIL PROTECTED]
Enviado el: martes, 17 de febrero de 2004 17:25
Para: Struts Users Mailing List
Asunto: RE: html:select
> From: Gonzalez, Sergio Eduardo [mailto:[EMAIL PROTECTED]
>
form.xx.options[form.xx.selectedIndex].text;
On 2004-Feb-17 17:02, Gonzalez, Sergio Eduardo wrote:
>
> Hello .
> I have to get the description from a html:select example in html
>
>
> z
>
>
> how can I do to get the "z" value ??? ( using st
> From: Gonzalez, Sergio Eduardo [mailto:[EMAIL PROTECTED]
> I have to get the description from a html:select example in html
>
> z
>
> how can I do to get the "z" value ??? ( using struts )
Make the tag look like this instead:
z
It's
Hello .
I have to get the description from a html:select example in html
z
how can I do to get the "z" value ??? ( using struts )
thamks ..
serge
Aquest missatge electronic pot
i am aware of this option but DAO only returns a list of Strings and i prefer
that to a list of beans. The reason is i am more interested in the role name
than the role_id.
I plan to delete all the roles then put them back with a batchupdate.
This allows the user to selected all the roles t
and roleId properties.
Niall
- Original Message -
From: "sean jones" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, February 13, 2004 5:00 PM
Subject: Using a java.util.List with a HTML:SELECT
>
> is it possible to use a java.util.List object w
va.util.List object with an HTML:SELECT control.
>
> import java.util.List;
> import java.util.ArrayList;
>
> public final class Roles extends Ojbect {
> public Roles() {}
> public static List getRoles() {
> List r = new ArrayList();
>
is it possible to use a java.util.List object with an HTML:SELECT control.
import java.util.List;
import java.util.ArrayList;
public final class Roles extends Ojbect {
public Roles() {}
public static List getRoles() {
List r = new ArrayList();
r.add("
Hi,
I have a html:select tag with multiple selections. Fist I select two elements. After
this I deselect this elements, but If I come back to this site, the two elements will
be selected again. I don't know why.
I think the property for the select box is not set by populating the form,
Sent: Monday, February 02, 2004 5:41 PM
To: Struts-User (E-Mail)
Subject: html:options and html:select
hello,
I have following bean:
public class CProduct {
private Integer id;
private String name
public Integer getId() {return id;}
puclic void setId(Integer id)
: Lunes, 02 de Febrero de 2004 09:28 a.m.
To: 'Struts Users Mailing List'
Subject: AW: html:options and html:select
Thanks for your answer, but
I have found out, that I can use html:optionsCollection.
Regards,
Frank
-Ursprüngliche Nachricht-
Von: Claire Wall [mai
;Struts Users Mailing List" <[EMAIL PROTECTED]>
Sent: Monday, February 02, 2004 12:34 PM
Subject: Re: AW: html:options and html:select
Thank goodness for that, dunno why folks seem to do that bean:write for
dropdowns :o)
On 2 Feb 2004, at 13:27, Otto, Frank wrote:
> Thanks for your
[mailto:[EMAIL PROTECTED]
Gesendet: Montag, 2. Februar 2004 13:22
An: Struts Users Mailing List
Betreff: Re: html:options and html:select
you can do the following:
">
'property' of the select box should be the name of the property in your
FormBean that you
From: Otto, Frank [mailto:[EMAIL PROTECTED]
Sent: Monday, February 02, 2004 5:41 PM
To: Struts-User (E-Mail)
Subject: html:options and html:select
hello,
I have following bean:
public class CProduct {
private Integer id;
private String name
public Integer getId() {return id;}
html:select
you can do the following:
">
'property' of the select box should be the name of the property in your
FormBean that you wish to store the selected value in.
You then iterate through the list in your form by using the
tag. For every object in yo
ArrayList productList = new ArrayList();
CProduct product = new CProduct();
product.setId(new Integer(1));
product.setName("My Product");
productList.add(product);
request.setAttribute("products",productList.toArray());
...
--
If you dont want to have a refering action then you can have an
TED]>
Sent: Monday, February 02, 2004 12:11 PM
Subject: html:options and html:select
> hello,
>
> I have following bean:
>
> public class CProduct {
>
> private Integer id;
>
> private String name
>
> public Integer getId() {return id;}
> pucli
hello,
I have following bean:
public class CProduct {
private Integer id;
private String name
public Integer getId() {return id;}
puclic void setId(Integer id){
...
}
My form class contains a java.util.List of CProduct bean.
How can I display the List as select box? I
I used the same property name for select and Options tag..it worked in a dynaaction
form.
Thank-you,
Manoj Mathew
GIS 515-362-0539
-Original Message-
From: Morten [mailto:[EMAIL PROTECTED]
Sent: Wednesday, January 21, 2004 6:00 AM
To: [EMAIL PROTECTED]
Subject: html:select multiple
Hi.
I have a bean stored in page scope with id "active". It returns
a String[] on getIds() and getLabels(). I use the following to render
a multiple select box:
What's wrong with this approach? I wish to have all elements
selected. All elements show and have the proper value/label,
but they d
, but I've never used it.
Good luck
Carl
Otávio Augusto wrote:
Would someone show me a very simple example of the use of an html:select tag? I did not understand its use.
I'd appreciate any simple example.
Thanks a lot.
-
I have some examples of Struts tags, including html:select, at
http://www.ninsky.com/struts
Various other examples are listed at
http://struts.sourceforge.net/community/examples.html
Steve
Sorry if this is a duplicate message, sent the first one from the wrong
address :-(
> -Origi
> Would someone show me a very simple example of the use of an
> html:select tag? I did not understand its use.
>
> I'd appreciate any simple example.
The select tag can contain a list of option tags, or an options or
optionsCollection tag or any combination. Here I
Would someone show me a very simple example of the use of an html:select tag? I did
not understand its use.
I'd appreciate any simple example.
Thanks a lot.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional com
[EMAIL PROTECTED]
> Subject: html:select default value problem
>
>
> Hi,
>
> I know this has been talked about before, and I'm pretty sure I
> understand the concept, but I don't know why this is not
> working. The default option for an html:select is not bein
Hi,
I know this has been talked about before, and I'm pretty sure I understand the
concept, but I don't know why this is not
working. The default option for an html:select is not being displayed. I have an
ActionForm in request scope called
"BusinessForm" that is pop
Inside the struts-exercise-taglib.war that comes with struts 1.1 you will
find a pratical example to solve your problem...
You should not do a logic:iterate inside html:select, insteat of
logic:iterate use the option:optionsCollection and pass your collection to
it...
look the jsp example
try this,
F.
- Original Message -
From: "Marco Mistroni" <[EMAIL PROTECTED]>
To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]>
Sent: Monday, December 15, 2003 3:00 PM
Subject: html:select tag or logic:iterate
> Hi all,
> I
MyObject names, (wity MyObject.id as value)
I have tried to embed the html:select inside a logic:iterate, but my
editor (websphere studio)complaints for following code
" id="container">
">
the error is 'Attribute cont
|
|cc:
|
| Subject: RE: Problem with ht
html:select tag calling set method in form
I was thinking that was the case, but was hoping otherwise, I'll have to
come up w/ a javascript solution.
thx for the help Shirish
___
Damian Bradicich
Software Developer
Scientific Technologies Corporation
Tel: (603
To: <[EMAIL PROTECTED]>
|
|cc:
|
| Subject: RE: Problem with ht
box is being sent in request.I am sure you wont find any...
HTH.
regards,
Shirish
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Tuesday, November 04, 2003 3:21 PM
To: Struts Users Mailing List
Subject: Re: Problem with html:select tag calling set method in
|
|cc:
|
|Subject: Problem wi
set the country in the action before the page if null
- Original Message -
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, October 30, 2003 1:41 PM
Subject: html:select
> how can i default a countrylist, i mean set the selected country ?
> I want
how can i default a countrylist, i mean set the selected country ?
I want the selected to be 'BE'
my code:
Thanks !
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
I have a jsp that creates a select tag w/ size = 2 and multiple also true,
which gives me a list box w/ multi selection.
So, I open up the page, and I see all the data fine, I select a couple of
items in the list box and save, everything is great, my setter in the form
is getting called. Howe
I'm trying to pass data between different struts forms. Below I've tried to
pre-populate a select statement from data stored in the request but I get a
compilation error (" Attribute outageEndDateFromMonth has no value " ).
" >
Any suggestions on how this can be achieved?
Thanks
Leo
In fact ignore my suggestion, I was silly and assumed the userId was
taken somewhere else but the form.
On Wednesday, October 29, 2003, at 11:33 AM, Mark Lowe wrote:
Perhaps you don't need to pass the id in as an argument. I'd just wrap
the action in a js function
function setupUserForm() {
Perhaps you don't need to pass the id in as an argument. I'd just wrap
the action in a js function
function setupUserForm() {
alert( 'setUpUsersForm.do?action=retrieve&userId= ' );
}
onchange="setupUserForm()" ..
On Wednesday, October 29, 2003, at 11:12 AM, struts wrote:
Problem how can i
s Users Mailing List" <[EMAIL PROTECTED]>
Sent: Wednesday, October 29, 2003 6:12 AM
Subject: html:select onchange
Problem how can i pass the userId ? so that i can do a
request.getParameter("userId") ?
example:
Thanks !
---
Problem how can i pass the userId ? so that i can do a request.getParameter("userId")
?
example:
Thanks !
Hi all,
I am try it to do a list in the action class and pass
it to a jsp page as the html:select options. I am
using Strut 1.0.
in the action class, I do this:
ArrayList codes = new ArrayList();
codes.add("--select one--");
request.setAttribute("CODES", codes);
debug
0
5
--
page.jsp:
Month:
--
-Original Message-
From: Bob Langford [mailto:[EMAIL PROTECTED]
Sent: Saturday, October 11, 2003 10:35 AM
To: [EMAIL PROTECTED]
Subject: How can I compute data for html:select choices?
Hi
t; ]
Sent: Saturday, October 11, 2003 11:05 PM
To: [EMAIL PROTECTED]
Subject: How can I compute data for html:select choices?
Hi, I can't seem to understand how to declare things correctly to do
what I want to do. Can anyone tell me where I am going wrong?
I'm trying to use a simple Ja
se a simple Java method as the source of the choices
in a html:select box in a form. The method returns a java.util.List,
where each item is a org.apache.struts.util.ValueLabelBean object, just
what I need for this. Here's one way I tried to use it:
=
<%@ page impor
i, I can't seem to understand how to declare things correctly to do
> what I want to do. Can anyone tell me where I am going wrong?
>
> I'm trying to use a simple Java method as the source of the choices
> in a html:select box in a form. The method returns
Hi, I can't seem to understand how to declare things correctly to do
what I want to do. Can anyone tell me where I am going wrong?
I'm trying to use a simple Java method as the source of the choices
in a html:select box in a form. The method returns a java.util.List,
where each
o want to pre-select an option add the 'value' attribute to the
select tag.
Greg
-Original Message-
From: carlos manuel llona aris [mailto:[EMAIL PROTECTED]
Sent: Wednesday, October 01, 2003 2:07 PM
To: [EMAIL PROTECTED]
Subject: Re: problem using html:select
the problem is t
how
to match
:(
From: [EMAIL PROTECTED]
Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
Subject: Re: problem using html:select
Date: Wed, 1 Oct 2003 12:46:10 -0400
What is the error message you are
What is the error message you are getting?
- Original Message -
From: "Carlos Llona" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, October 01, 2003 11:57 AM
Subject: problem using html:select
> Hello:
>
> This is my litle problem
>
ualy, but now I want that
the user select the Cargo(ocupation - this ocupations are in another
table) from a combo, I can show the combobox with the data from de
table ocupations using a bean and the tag html:select.
--select--
but now I cant recive tha value selected in t
Users Mailing List
Subject: RE: Problem updating values from html:select
I'm fairly certain your ActionForm needs an indexed setter for the Device Objects, as
well. Give it a try.
m
"Hajratwala, Nayan (N.)" <[EMAIL PROTECTED]> wrote:
Not directly on my form, but on the
Mailing List
Subject: Re: Problem updating values from html:select
You did make the indexed setters in your Form, right?
m
Hajratwala, Nayan (N.)" wrote:
Folks, I have the following jsp that is giving me a headache.
My ActionForm contains a Collection of Device objects. The outer loop
-Original Message-
From: Michael Ruppin [mailto:[EMAIL PROTECTED]
Sent: Friday, September 19, 2003 12:42 PM
To: Struts Users Mailing List
Subject: Re: Problem updating values from html:select
You did make the indexed setters in your Form, right?
m
Hajratwala, Nayan (N.)" <[EMAIL PROTECTE
You did make the indexed setters in your Form, right?
m
Hajratwala, Nayan (N.)" <[EMAIL PROTECTED]>wrote:
Folks, I have the following jsp that is giving me a headache.
My ActionForm contains a Collection of Device objects. The outer loop iterates over
each device.
Each Device contains a Col
Folks, I have the following jsp that is giving me a headache.
My ActionForm contains a Collection of Device objects. The outer loop iterates over
each device.
Each Device contains a Collection of Parameter objects. The inner loop iterates over
each parameter.
The problem comes in the The v
66211-2672
Phone: 800-274-2237 ext 4219
Fax: 913-906-6271
E-mail: [EMAIL PROTECTED]
>>> [EMAIL PROTECTED] 09/18/03 01:06 AM >>>
I've looked in the archives and googled but haven't come up with a solution yet.
I have a html:select multiple="true" form ele
I've looked in the archives and googled but haven't come up with a solution yet.
I have a html:select multiple="true" form element. When the form is submitted what
setter should be called in the ActionForm?
My form
8<---8<
I am having a problem with the Validator. I am not getting my messages
back when I have a List of html:selects. The first error message is at
property[0].message, but it does not show up for the next select boxes.
Any thoughts?
jsp:
t; through
html:selects. The problem is how to write the correct html:select syntax to
map to the correct methods in the CartForm (which just translates/forwards
the call). Everything except the html:selects are working fine. I have read
alot of forums/articles and tried over 20 syntax variants but still wi
Hi,
Can someone help out with the usage of html:select. The API just gives the
syntax ans the parameters that can be used with place.
I understand that it can be used with combo boxes. I have to poulate a combo
box using this.
Thanks,
Seshadhri Srinivasan
> For some reason (not immediately sure why), I thought I could have
> the contents of 'value' evaluated (i.e. value='${myOtherProperty}').
> You're saying that this is not the case?
> If that's true, how would I get the effect I require?
You can... If you switch to the EL tags. Look in the 'con
,
associatedSalesperson is going to get the one of the values
("Jobs-8","Bob-7","Bob-27", or "Bob-32").
Regards,
Richard
-Original Message-
From: Hunter Hillegas [mailto:[EMAIL PROTECTED]
Sent: Monday, August 18, 2003 2:21 PM
To: Struts List
Subject:
re?
Thanks very much for your help.
Hunter
> From: Wendy Smoak <[EMAIL PROTECTED]>
> Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
> Date: Mon, 18 Aug 2003 14:09:22 -0700
> To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]>
> From: Wendy Smoak <[EMAIL PROTECTED]>
> Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
> Date: Mon, 18 Aug 2003 14:06:06 -0700
> To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]>
> Subject: RE: html:select Not '
> I was hoping the value attribute would let me override which property of
my
> form bean was being used to check for the match. Is that not the case?
No, 'value' is where you would put the literal value of the option you want
to be selected.
Take a look here:
http://jakarta.apache.org/struts/
Hunter wrote:
> The HTML generated for the looks as follows:
>
> None of the options are selected. In this example the
> getEncodeAssociatedSalespersonID() returns Bob-7.
> I also tried it retunring 'Bob, Darin'. Still, the item is not selected.
Those names don't match! Change the name of the
ing List" <[EMAIL PROTECTED]>
> Date: Mon, 18 Aug 2003 16:52:06 -0400
> To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]>
> Subject: RE: html:select Not 'Selecting' My Item
>
> Hunter,
> Do you have an associatedSalesperson a
From: "James Childers" <[EMAIL PROTECTED]>
> Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
> Date: Mon, 18 Aug 2003 14:44:53 -0500
> To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
> Subject: RE: html:select Not 'Selecting&
om: Hunter Hillegas [mailto:[EMAIL PROTECTED]
Sent: Friday, August 15, 2003 9:04 AM
To: Struts List
Subject: html:select Not 'Selecting' My Item
I have an html:select tag that isn't playing along...
I pre-populate a form in an action. I also create a TreeMap and add it to
the r
On Mon, 18 Aug 2003, James Childers wrote:
>
> Don't rely on debug output when dealing with getters and setters for
> Forms. It's been my experience that this can be deceptive, since Struts
> apparently uses reflection when dealing with Form member variables.
>
While it is true that reflection is
tags set to selected="selected"?
-= J
> -Original Message-
> From: Hunter Hillegas [mailto:[EMAIL PROTECTED]
> Sent: Monday, August 18, 2003 2:37 PM
> To: Struts List; Craig Margenau
> Subject: Re: html:select Not 'Selecting' My Item
>
>
> Ye
0400
> To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
> Subject: Re: Re: html:select Not 'Selecting' My Item
>
> Looks like you are doing the same thing I am just in a slightly different
> manner. I prepopulate default values for my action form in my act
Looks like you are doing the same thing I am just in a slightly different manner. I
prepopulate default values for my action form in my action class, including an
ArrayList named statusList to hold dropdown values, rather than using a separate
request attribute..that being the only difference t
m: Craig Margenau <[EMAIL PROTECTED]>
> Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
> Date: Mon, 18 Aug 2003 11:47:08 -0400
> To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
> Subject: Re: html:select Not 'Selecti
I do mine like this, haven't had a problem yet.
>
> From: Hunter Hillegas <[EMAIL PROTECTED]>
> Date: 2003/08/18 Mon AM 11:38:10 EDT
> To: Struts List <[EMAIL PROTECTED]>
> Subject: html:select Not 'Selecting' My Item
>
> I sent a simil
I sent a similar question to the list last week and didn't see any
responses. I'm resending as I'm still having this problem.
I have an html:select tag that isn't playing along...
I pre-populate a form in an action. I also create a TreeMap and add it to
the request scope.
I have an html:select tag that isn't playing along...
I pre-populate a form in an action. I also create a TreeMap and add it to
the request scope.
I have the following in my JSP:
The problem is not that the map doesn't display as options, they do, that is
fine. The problem i
arg0 in your validations xml configuration file.
Regards,
David
---Original Message---
From: Erez Efrati <[EMAIL PROTECTED]>
Sent: 08/06/03 03:06 PM
To: 'Struts Users Mailing List' <[EMAIL PROTECTED]>
Subject: RE: validating a html:select box
>
> I guess I
second (inner
collection) i want to present
as a html:select:
The simple String i can write but i cant show the selection, what i do
wrong.
Sorry for my easy question, i don't see the solution.
Thanks for hints !!!
Regards Stefan
[CODE]
Kb
truts Users Mailing List'" <[EMAIL PROTECTED]>
> Subject: RE: Trouble With html:select
>
> Hunter wrote:
>> I have an html:select tag that isn't playing along...
>> > I have a println() in my getEncodeAssociatedSalespersonID() method
>
> Wouldn&
Hunter wrote:
> I have an html:select tag that isn't playing along...
> I have a println() in my getEncodeAssociatedSalespersonID() method
Wouldn't that method need to be getAssociatedSalesperson() ? Or else change
the property in the to match.
--
Wendy Smoak
Applications
I have an html:select tag that isn't playing along...
I pre-populate a form in an action. I also create a TreeMap and add it to
the request scope.
I have the following in my JSP:
The problem is not that the map doesn't display as options, they do, that is
fine. The problem i
spond to "Struts Users Mailing List"
To: <[EMAIL PROTECTED]>
cc:
Subject:iterate over collection a show the inner collection as
html:select - how ?
Hi,
I guess this problem is many time solved but i cant find the solution.
I put into the
value?
Thanks,
Erez
-Original Message-
From: David G. Friedman [mailto:[EMAIL PROTECTED]
Sent: Wednesday, August 06, 2003 4:59 PM
To: Struts Users Mailing List
Subject: Re: validating a html:select box
Erez,
The Struts Validator has an intRange function. It's in the Validator
quot;?) from being submitted:
min
10
max
20
---Original Message---
From: Erez Efrati <[EMAIL PROTECTED]>
Sent: 08/06/03 02:41 PM
To: 'Struts Users Mailing List' <[EMAIL PROTECTED]>
Subject: validating a
---
From: Erez Efrati <[EMAIL PROTECTED]>
Sent: 08/06/03 03:38 PM
To: 'Struts Users Mailing List' <[EMAIL PROTECTED]>
Subject: RE: RE: validating a html:select box
>
> For some reason, the javascript for intRange is not working if the
property is a selection . I looked
1 - 100 of 377 matches
Mail list logo