XHTML validation errors (order)
------------------------------- Key: OFBIZ-3607 URL: https://issues.apache.org/jira/browse/OFBIZ-3607 Project: OFBiz Issue Type: Bug Components: order Affects Versions: SVN trunk Reporter: Blas Rodriguez Somoza Priority: Trivial Fix For: SVN trunk Attachments: OFBIZ-3607_order_xhtml.diff XHTML validation errors * Unclosed INPUT * attributes without values (checked, selected, disabled, etc) * attribute values without " * Uppercase tags or attributes. * Unencoded ampersands in urls. findOrders.ftl Wrong markup on line 470. Unrecognized onsubmit attribute in input tag <input type='submit' value='${uiLabelMap.CommonFind}' onsubmit="javascript:lookupOrders(true);"/> -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
[ https://issues.apache.org/jira/browse/OFBIZ-3607?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Blas Rodriguez Somoza updated OFBIZ-3607: ----------------------------------------- Description: XHTML validation errors * Unclosed INPUT * attributes without values (checked, selected, disabled, etc) * attribute values without " * Uppercase tags or attributes. * Unencoded ampersands in urls. findOrders.ftl Wrong markup on line 470. Unrecognized onsubmit attribute in input tag <input type='submit' value='${uiLabelMap.CommonFind}' onsubmit="javascript:lookupOrders(true);"/> Patch attached was: XHTML validation errors * Unclosed INPUT * attributes without values (checked, selected, disabled, etc) * attribute values without " * Uppercase tags or attributes. * Unencoded ampersands in urls. findOrders.ftl Wrong markup on line 470. Unrecognized onsubmit attribute in input tag <input type='submit' value='${uiLabelMap.CommonFind}' onsubmit="javascript:lookupOrders(true);"/> > XHTML validation errors (order) > ------------------------------- > > Key: OFBIZ-3607 > URL: https://issues.apache.org/jira/browse/OFBIZ-3607 > Project: OFBiz > Issue Type: Bug > Components: order > Affects Versions: SVN trunk > Reporter: Blas Rodriguez Somoza > Priority: Trivial > Fix For: SVN trunk > > Attachments: OFBIZ-3607_order_xhtml.diff > > > XHTML validation errors > * Unclosed INPUT > * attributes without values (checked, selected, disabled, etc) > * attribute values without " > * Uppercase tags or attributes. > * Unencoded ampersands in urls. > findOrders.ftl > Wrong markup on line 470. Unrecognized onsubmit attribute in input tag > <input type='submit' value='${uiLabelMap.CommonFind}' onsubmit="javascript:lookupOrders(true);"/> > Patch attached -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-3607?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Blas Rodriguez Somoza updated OFBIZ-3607: ----------------------------------------- Attachment: OFBIZ-3607_order_xhtml.diff > XHTML validation errors (order) > ------------------------------- > > Key: OFBIZ-3607 > URL: https://issues.apache.org/jira/browse/OFBIZ-3607 > Project: OFBiz > Issue Type: Bug > Components: order > Affects Versions: SVN trunk > Reporter: Blas Rodriguez Somoza > Priority: Trivial > Fix For: SVN trunk > > Attachments: OFBIZ-3607_order_xhtml.diff > > > XHTML validation errors > * Unclosed INPUT > * attributes without values (checked, selected, disabled, etc) > * attribute values without " > * Uppercase tags or attributes. > * Unencoded ampersands in urls. > findOrders.ftl > Wrong markup on line 470. Unrecognized onsubmit attribute in input tag > <input type='submit' value='${uiLabelMap.CommonFind}' onsubmit="javascript:lookupOrders(true);"/> -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-3607?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Blas Rodriguez Somoza updated OFBIZ-3607: ----------------------------------------- Description: XHTML validation errors * Unclosed INPUT * attributes without values (checked, selected, disabled, etc) * attribute values without " * Uppercase tags or attributes. * Unencoded ampersands in urls. Other errors: findOrders.ftl Wrong markup on line 470. Unrecognized onsubmit attribute in input tag <input type='submit' value='${uiLabelMap.CommonFind}' onsubmit="javascript:lookupOrders(true);"/> Patch attached was: XHTML validation errors * Unclosed INPUT * attributes without values (checked, selected, disabled, etc) * attribute values without " * Uppercase tags or attributes. * Unencoded ampersands in urls. findOrders.ftl Wrong markup on line 470. Unrecognized onsubmit attribute in input tag <input type='submit' value='${uiLabelMap.CommonFind}' onsubmit="javascript:lookupOrders(true);"/> Patch attached > XHTML validation errors (order) > ------------------------------- > > Key: OFBIZ-3607 > URL: https://issues.apache.org/jira/browse/OFBIZ-3607 > Project: OFBiz > Issue Type: Bug > Components: order > Affects Versions: SVN trunk > Reporter: Blas Rodriguez Somoza > Priority: Trivial > Fix For: SVN trunk > > Attachments: OFBIZ-3607_order_xhtml.diff > > > XHTML validation errors > * Unclosed INPUT > * attributes without values (checked, selected, disabled, etc) > * attribute values without " > * Uppercase tags or attributes. > * Unencoded ampersands in urls. > Other errors: > findOrders.ftl > Wrong markup on line 470. Unrecognized onsubmit attribute in input tag > <input type='submit' value='${uiLabelMap.CommonFind}' onsubmit="javascript:lookupOrders(true);"/> > Patch attached -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-3607?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Blas Rodriguez Somoza updated OFBIZ-3607: ----------------------------------------- Description: XHTML validation errors * Unclosed INPUT * attributes without values (checked, selected, disabled, etc) * attribute values without " * Uppercase tags or attributes. * Unencoded ampersands in urls. Other errors: findOrders.ftl Wrong markup on line 470. Unrecognized onsubmit attribute in input tag <input type='submit' value='${uiLabelMap.CommonFind}' onsubmit="javascript:lookupOrders(true);"/> Wrong markup on line 478. div must be before if and not after. Look at line 138 the if begins with <div><table> it should end with </table></div> </table> </#if> </div> </div> Updated patch attached (v2) was: XHTML validation errors * Unclosed INPUT * attributes without values (checked, selected, disabled, etc) * attribute values without " * Uppercase tags or attributes. * Unencoded ampersands in urls. Other errors: findOrders.ftl Wrong markup on line 470. Unrecognized onsubmit attribute in input tag <input type='submit' value='${uiLabelMap.CommonFind}' onsubmit="javascript:lookupOrders(true);"/> Patch attached > XHTML validation errors (order) > ------------------------------- > > Key: OFBIZ-3607 > URL: https://issues.apache.org/jira/browse/OFBIZ-3607 > Project: OFBiz > Issue Type: Bug > Components: order > Affects Versions: SVN trunk > Reporter: Blas Rodriguez Somoza > Priority: Trivial > Fix For: SVN trunk > > Attachments: OFBIZ-3607_order_xhtml.diff > > > XHTML validation errors > * Unclosed INPUT > * attributes without values (checked, selected, disabled, etc) > * attribute values without " > * Uppercase tags or attributes. > * Unencoded ampersands in urls. > Other errors: > findOrders.ftl > Wrong markup on line 470. Unrecognized onsubmit attribute in input tag > <input type='submit' value='${uiLabelMap.CommonFind}' onsubmit="javascript:lookupOrders(true);"/> > Wrong markup on line 478. div must be before if and not after. Look at line 138 the if begins with <div><table> it should end with </table></div> > </table> > </#if> > </div> > </div> > Updated patch attached (v2) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-3607?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Blas Rodriguez Somoza updated OFBIZ-3607: ----------------------------------------- Attachment: OFBIZ-3607_order_xhtml_v2.diff > XHTML validation errors (order) > ------------------------------- > > Key: OFBIZ-3607 > URL: https://issues.apache.org/jira/browse/OFBIZ-3607 > Project: OFBiz > Issue Type: Bug > Components: order > Affects Versions: SVN trunk > Reporter: Blas Rodriguez Somoza > Priority: Trivial > Fix For: SVN trunk > > Attachments: OFBIZ-3607_order_xhtml.diff, OFBIZ-3607_order_xhtml_v2.diff > > > XHTML validation errors > * Unclosed INPUT > * attributes without values (checked, selected, disabled, etc) > * attribute values without " > * Uppercase tags or attributes. > * Unencoded ampersands in urls. > Other errors: > findOrders.ftl > Wrong markup on line 470. Unrecognized onsubmit attribute in input tag > <input type='submit' value='${uiLabelMap.CommonFind}' onsubmit="javascript:lookupOrders(true);"/> > Wrong markup on line 478. div must be before if and not after. Look at line 138 the if begins with <div><table> it should end with </table></div> > </table> > </#if> > </div> > </div> > Updated patch attached (v2) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-3607?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bruno Busco reassigned OFBIZ-3607: ---------------------------------- Assignee: Bruno Busco > XHTML validation errors (order) > ------------------------------- > > Key: OFBIZ-3607 > URL: https://issues.apache.org/jira/browse/OFBIZ-3607 > Project: OFBiz > Issue Type: Bug > Components: order > Affects Versions: SVN trunk > Reporter: Blas Rodriguez Somoza > Assignee: Bruno Busco > Priority: Trivial > Fix For: SVN trunk > > Attachments: OFBIZ-3607_order_xhtml.diff, OFBIZ-3607_order_xhtml_v2.diff > > > XHTML validation errors > * Unclosed INPUT > * attributes without values (checked, selected, disabled, etc) > * attribute values without " > * Uppercase tags or attributes. > * Unencoded ampersands in urls. > Other errors: > findOrders.ftl > Wrong markup on line 470. Unrecognized onsubmit attribute in input tag > <input type='submit' value='${uiLabelMap.CommonFind}' onsubmit="javascript:lookupOrders(true);"/> > Wrong markup on line 478. div must be before if and not after. Look at line 138 the if begins with <div><table> it should end with </table></div> > </table> > </#if> > </div> > </div> > Updated patch attached (v2) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-3607?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bruno Busco closed OFBIZ-3607. ------------------------------ Resolution: Fixed Thank you Blas, your patch is in trunk at revision: 931691 > XHTML validation errors (order) > ------------------------------- > > Key: OFBIZ-3607 > URL: https://issues.apache.org/jira/browse/OFBIZ-3607 > Project: OFBiz > Issue Type: Bug > Components: order > Affects Versions: SVN trunk > Reporter: Blas Rodriguez Somoza > Assignee: Bruno Busco > Priority: Trivial > Fix For: SVN trunk > > Attachments: OFBIZ-3607_order_xhtml.diff, OFBIZ-3607_order_xhtml_v2.diff > > > XHTML validation errors > * Unclosed INPUT > * attributes without values (checked, selected, disabled, etc) > * attribute values without " > * Uppercase tags or attributes. > * Unencoded ampersands in urls. > Other errors: > findOrders.ftl > Wrong markup on line 470. Unrecognized onsubmit attribute in input tag > <input type='submit' value='${uiLabelMap.CommonFind}' onsubmit="javascript:lookupOrders(true);"/> > Wrong markup on line 478. div must be before if and not after. Look at line 138 the if begins with <div><table> it should end with </table></div> > </table> > </#if> > </div> > </div> > Updated patch attached (v2) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
Free forum by Nabble | Edit this page |