[ 
https://issues.apache.org/jira/browse/WW-3607?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13021591#comment-13021591
 ] 

Jason Pyeron commented on WW-3607:
----------------------------------

ex:

&nbsp;XXX<s:checkbox name="xxx" />&nbsp;

becomes

&nbsp;XXX<input type="checkbox" name="xxx" value="true" id="xxx_xxx"/>
<input type="hidden" id="__checkbox_xxx_xxx" name="__checkbox_xxx" value="true" 
/> &nbsp;

> extra white space is in the checkbox tag template for the simple theme
> ----------------------------------------------------------------------
>
>                 Key: WW-3607
>                 URL: https://issues.apache.org/jira/browse/WW-3607
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Plugin - Tags
>    Affects Versions: 2.2.3
>         Environment: n/a
>            Reporter: Jason Pyeron
>
> there is a newline between the 2 input tags, and then a trailing space after 
> the last input.
> In tightly controlled layout these white spaces have caused significant 
> formating issues.
> patch forthcomming...

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to