<bean:write>, with  <PRE>  in <OPTION> tag
------------------------------------------

                 Key: STR-3180
                 URL: https://issues.apache.org/struts/browse/STR-3180
             Project: Struts 1
          Issue Type: Bug
          Components: Tag Libraries
         Environment: windows - ie6
            Reporter: madhu


Hi All,

I have tried to write a bean: write tag in the Option  tag, I want preseve the 
spaces  So I used the <PRE> tag before and after the <bean:write> tag as said 
in STR-652, but it is working when it is used individually, its not working 
when It is used in Html Option tag, is there any other way to preseve the space 
and I can  not change the tag source as I am using standard taglibs. 


<select name="selectedItem" '>
                <logic:iterate id="data1" name=" DATA" 
type="com.xxxx.xxx.xData">
                                                                                
        <option value='<bean:write name="data1" property="nrr"/>'>
                                                                                
                    <bean:write name="data1" property="nrr"/>
                        </option>
                                                                                
</logic:iterate>



-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to