Re: Help required in logic:html

2005-12-05 Thread Laurie Harper
senthil Kumar wrote: Hi All., I have a following statements. Here validStatus is the String[] property. It contains the value of " a,b,c,d". I am used Stringtokenizer. Do you mean validStatus is an array of the Strings "a", "b", "c" and "d", or a string array with one entry "a,b,c,d"? I'l

Help required in logic:html

2005-12-05 Thread senthil Kumar
Hi All., I have a following statements. Here validStatus is the String[] property. It contains the value of " a,b,c,d". I am used Stringtokenizer. once executing this statement it is print like " a b c d" . Now i want to print he same result in drop down (listbox) like one by one.