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 

<logic:iterate name="ProjectListForm" id="abcd" property='<%= 
"projectListValue["+ctr+"].validStatus" %>'  >
<bean:write name="abcd" />
</logic:itwerate>

it is print like " a b c d" .


Now i want to print he same result in drop down  (listbox) like one by one.


<html:select name="ProjectListForm" property='<%= 
"projectListValue["+ctr+"].validStatus" %>'     styleClass="projectdetaillist"  
disabled = "false" >
<html:options name="ProjectListForm" property='<bean:write name="abcd">' /> 
</html:select>

But it is giving java script error. I cant find out what is the propblem. Can 
any boy help me.


Thanks in Advance.
Senthil S






This e-mail and any files transmitted with it are for the sole use of the 
intended recipient(s) and may contain confidential and privileged information. 
If you are not the intended recipient or received it in error, please contact 
the sender by reply e-mail and destroy all copies of the original message. 
Please do not copy it for any purpose or disclose its contents.

Copyright Tarang Software Technologies Pvt. Ltd. 2004. All rights Reserved

Reply via email to