RE: country state swapping in struts

2004-07-09 Thread Andrew Hill
> To: <[EMAIL PROTECTED]> Sent: Friday, July 09, 2004 1:05 PM Subject: Re: country state swapping in struts > Exsqueezeme? > > Jignesh Patel wrote: > > > Thanks, > > For information but we are facing one more problem we are able to set > > with java scrip

Re: country state swapping in struts

2004-07-09 Thread James Mitchell
ECTED]> Sent: Friday, July 09, 2004 1:05 PM Subject: Re: country state swapping in struts > Exsqueezeme? > > Jignesh Patel wrote: > > > Thanks, > > For information but we are facing one more problem we are able to set > > with java script but while givin form upda

Re: country state swapping in struts

2004-07-09 Thread Bill Siggelkow
Exsqueezeme? Jignesh Patel wrote: Thanks, For information but we are facing one more problem we are able to set with java script but while givin form update feature it is not working as expected. -Jignesh On Fri, 2004-07-09 at 09:21, Bill Siggelkow wrote: There are several different ways of handlin

Re: country state swapping in struts

2004-07-09 Thread Jignesh Patel
Thanks, For information but we are facing one more problem we are able to set with java script but while givin form update feature it is not working as expected. -Jignesh On Fri, 2004-07-09 at 09:21, Bill Siggelkow wrote: > There are several different ways of handling this ... the easiest is to >

Re: country state swapping in struts

2004-07-09 Thread Bill Siggelkow
There are several different ways of handling this ... the easiest is to just use JavaScript -- you can hard-code JavaScript arrays -- or generate JavaScript arrays using Struts or JSTL tags -- or you can retrieve the list of states on the fly by using an onchange listener on the country field.