RE: validate = false does not work

2003-07-25 Thread Nagaraj_K
I dont see any error in what is mentioned out here. Only doubt for me is that if u have changed the XML file in the middle and have not restarted the webserver... try restarting web server once... -Original Message- From: Michael Olszynski [mailto:[EMAIL PROTECTED] Sent: Friday, July 25,

RE: Re[3]: validate = false does not work

2003-07-25 Thread Nagaraj_K
of struts. Was MO there a problem once? I canĀ“t switch to a newer version, because of the MO spec. MO - Original Message - MO From: Nagaraj_K [EMAIL PROTECTED] MO To: Struts Users Mailing List [EMAIL PROTECTED] MO Sent: Friday, July 25, 2003 10:48 AM MO Subject: RE: validate = false does not work

RE: How can I get a value and a name that is different on a html:options collection?

2003-07-25 Thread Nagaraj_K
I think you need to used nested iterate to get the desired result.Since you are storing objects in the Collection,each value that is returned by labelProperty is just object.toString(); -Original Message- From: Bard A. Evjen [mailto:[EMAIL PROTECTED] Sent: Friday, July 25, 2003 6:19 PM

RE: Nested Bean Problem

2003-07-24 Thread Nagaraj_K
Why not add a method in the roleUserBean which returns the size of the ArrayList menuComponent Bean? Using the index of the iterator you will get the roleUserBean component using which u can get the size of the menuComponent ArrayList. Nagaraj -Original Message- From: [EMAIL PROTECTED]