[
https://issues.apache.org/struts/browse/WW-3190?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=46487#action_46487
]
Jasper Rosenberg commented on WW-3190:
--------------------------------------
Yeah that looks like the same issue with a different suggested solution. Not
sure if just adding tbody would solve the html warnings, but would be great if
it did as I'd rather not add rows for each hidden input (particularly since I
think it wouldn't always be colspan="2", though I can't remember if that is a
general case for labelposition="top" or something I added to my local theme...)
Thanks for looking into it!
> Add tbody tags around xhtml theme form table to enclose any hidden elements
> ---------------------------------------------------------------------------
>
> Key: WW-3190
> URL: https://issues.apache.org/struts/browse/WW-3190
> Project: Struts 2
> Issue Type: Bug
> Affects Versions: 2.1.6
> Reporter: Jasper Rosenberg
> Priority: Minor
> Fix For: 2.1.8
>
>
> For whatever reason, with "Quickling" enabled facebook's html parsing barfs
> if there are hidden inputs directly within a table. However, if you add the
> tbody tags it works fine. This is easy enough to fix just by adding <tbody>
> to the end of control.ftl and </tbody> to the start of control-close.ftl
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.