You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Matt Jensen (JIRA)" <ji...@apache.org> on 2007/10/01 00:36:51 UTC

[jira] Created: (WICKET-1027) Form.appendDefaultButtonField() appends invalid HTML

Form.appendDefaultButtonField() appends invalid HTML
----------------------------------------------------

                 Key: WICKET-1027
                 URL: https://issues.apache.org/jira/browse/WICKET-1027
             Project: Wicket
          Issue Type: Bug
          Components: wicket
    Affects Versions: 1.3.0-beta3
            Reporter: Matt Jensen


Line 1239-1240 of Form.java inserts an incomplete DIV tag into the markup stream.  The tag is never closed. 

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


[jira] Resolved: (WICKET-1027) Form.appendDefaultButtonField() appends invalid HTML

Posted by "Igor Vaynberg (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-1027?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Igor Vaynberg resolved WICKET-1027.
-----------------------------------

       Resolution: Invalid
    Fix Version/s: 1.3.0-beta4
         Assignee: Igor Vaynberg

in my version its closed on line 1230:
// close div
buffer.append("</div>");


> Form.appendDefaultButtonField() appends invalid HTML
> ----------------------------------------------------
>
>                 Key: WICKET-1027
>                 URL: https://issues.apache.org/jira/browse/WICKET-1027
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.3.0-beta3
>            Reporter: Matt Jensen
>            Assignee: Igor Vaynberg
>             Fix For: 1.3.0-beta4
>
>
> Line 1239-1240 of Form.java inserts an incomplete DIV tag into the markup stream.  The tag is never closed. 

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