[
https://issues.apache.org/jira/browse/WW-4634?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15286529#comment-15286529
]
ASF GitHub Bot commented on WW-4634:
------------------------------------
GitHub user victorsosa opened a pull request:
https://github.com/apache/struts/pull/95
WW-4634 Centre alignment doesn't seem to work in Velocity tags
Fix for WW-4634
Centre alignment doesn't seem to work in Velocity tags
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/victorsosa/struts WW-4634
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/struts/pull/95.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #95
----
commit da8b13a87ef0d6af54a8cabbc62d54fbca67f683
Author: victor sosa <[email protected]>
Date: 2016-03-03T18:16:11Z
Merge pull request #8 from apache/master
update pull
commit a5d716393999110b3701563479a96e83136a8b97
Author: victor sosa <[email protected]>
Date: 2016-03-03T18:41:11Z
Merge pull request #9 from victorsosa/easymock_update
Easymock update
commit 6bb1ec67ad539d4bf6850f8314ef521e06b8295e
Author: victor sosa <[email protected]>
Date: 2016-03-04T22:07:16Z
Merge pull request #10 from apache/master
pull update
commit 379b75292e6d084dc881e71f0a826c45934d9df8
Author: victor sosa <[email protected]>
Date: 2016-03-27T18:43:40Z
Merge pull request #11 from apache/master
update pull
commit 6b360108e57b8986c6409b26cba9b3cd4f16a603
Author: victorsosa <[email protected]>
Date: 2016-05-17T12:37:13Z
WW-4634
----
> Centre alignment doesn't seem to work in Velocity tags
> ------------------------------------------------------
>
> Key: WW-4634
> URL: https://issues.apache.org/jira/browse/WW-4634
> Project: Struts 2
> Issue Type: Bug
> Components: Other
> Affects Versions: 2.5
> Reporter: Jon Juaristi
> Priority: Minor
> Fix For: 2.5.1
>
>
> When using a tag in a Velocity template, for instance
> {{#stextfield("label=Foo" "align=center")}} with the default xhtml theme,
> inputs are prepended with just <td> instead of <td align="center"> (as it
> happens in 2.3.x) in the generated HTML. A form where you want to centre some
> of the inputs simply doesn't render as intended.
> I'm using Velocity 1.7 and Velocity Tools 2.0, if that helps.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)