You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "madhu (JIRA)" <ji...@apache.org> on 2009/01/15 16:01:46 UTC

[jira] Created: (STR-3180) , with
  in 

<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.


[jira] Closed: (STR-3180) , with
  in 

Posted by "Paul Benedict (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/struts/browse/STR-3180?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Paul Benedict closed STR-3180.
------------------------------

    Resolution: Not A Problem
      Assignee: Paul Benedict

JIRA is not a forum. If you have a bug or enhancement to report, this is the place.

As for your issue, STR-652 is correct.

> <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
>            Assignee: Paul Benedict
>
> 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.