[jira] Created: (OFBIZ-3604) XHTML validation errors (humanres)

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
6 messages Options
Reply | Threaded
Open this post in threaded view
|

[jira] Created: (OFBIZ-3604) XHTML validation errors (humanres)

Nicolas Malin (Jira)
XHTML validation errors (humanres)
----------------------------------

                 Key: OFBIZ-3604
                 URL: https://issues.apache.org/jira/browse/OFBIZ-3604
             Project: OFBiz
          Issue Type: Bug
          Components: humanres
    Affects Versions: SVN trunk
            Reporter: Blas Rodriguez Somoza
            Priority: Trivial
             Fix For: SVN trunk
         Attachments: OFBIZ-3604_humanres_xhtml.diff

XHTML validation errors
    * Unclosed INPUT
    * attributes without values (checked, selected, disabled, etc)
    * attribute values without "
    * Uppercase or mixed case tags or attributes.
    * Unencoded ampersands in urls.

findEmployee.ftl
Wrong markup at line 9. Lacks <tr>
</tr><td class="label">${uiLabelMap.PartyFirstName}</td>
Wrong marckup at line 15. Lacks <tr>
<tr><input type="hidden" name="roleTypeId" value="EMPLOYEE"/></tr>


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

Reply | Threaded
Open this post in threaded view
|

[jira] Updated: (OFBIZ-3604) XHTML validation errors (humanres)

Nicolas Malin (Jira)

     [ https://issues.apache.org/jira/browse/OFBIZ-3604?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Blas Rodriguez Somoza updated OFBIZ-3604:
-----------------------------------------

    Attachment: OFBIZ-3604_humanres_xhtml.diff

> XHTML validation errors (humanres)
> ----------------------------------
>
>                 Key: OFBIZ-3604
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3604
>             Project: OFBiz
>          Issue Type: Bug
>          Components: humanres
>    Affects Versions: SVN trunk
>            Reporter: Blas Rodriguez Somoza
>            Priority: Trivial
>             Fix For: SVN trunk
>
>         Attachments: OFBIZ-3604_humanres_xhtml.diff
>
>
> XHTML validation errors
>     * Unclosed INPUT
>     * attributes without values (checked, selected, disabled, etc)
>     * attribute values without "
>     * Uppercase or mixed case tags or attributes.
>     * Unencoded ampersands in urls.
> findEmployee.ftl
> Wrong markup at line 9. Lacks <tr>
> </tr><td class="label">${uiLabelMap.PartyFirstName}</td>
> Wrong marckup at line 15. Lacks <tr>
> <tr><input type="hidden" name="roleTypeId" value="EMPLOYEE"/></tr>

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

Reply | Threaded
Open this post in threaded view
|

[jira] Updated: (OFBIZ-3604) XHTML validation errors (humanres)

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

     [ https://issues.apache.org/jira/browse/OFBIZ-3604?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Blas Rodriguez Somoza updated OFBIZ-3604:
-----------------------------------------

    Description:
XHTML validation errors
    * Unclosed INPUT
    * attributes without values (checked, selected, disabled, etc)
    * attribute values without "
    * Uppercase or mixed case tags or attributes.
    * Unencoded ampersands in urls.

findEmployee.ftl
Wrong markup at line 9. Lacks <tr>
</tr><td class="label">${uiLabelMap.PartyFirstName}</td>
Wrong marckup at line 15. Lacks <tr>
<tr><input type="hidden" name="roleTypeId" value="EMPLOYEE"/></tr>

Patch attached

  was:
XHTML validation errors
    * Unclosed INPUT
    * attributes without values (checked, selected, disabled, etc)
    * attribute values without "
    * Uppercase or mixed case tags or attributes.
    * Unencoded ampersands in urls.

findEmployee.ftl
Wrong markup at line 9. Lacks <tr>
</tr><td class="label">${uiLabelMap.PartyFirstName}</td>
Wrong marckup at line 15. Lacks <tr>
<tr><input type="hidden" name="roleTypeId" value="EMPLOYEE"/></tr>



> XHTML validation errors (humanres)
> ----------------------------------
>
>                 Key: OFBIZ-3604
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3604
>             Project: OFBiz
>          Issue Type: Bug
>          Components: humanres
>    Affects Versions: SVN trunk
>            Reporter: Blas Rodriguez Somoza
>            Priority: Trivial
>             Fix For: SVN trunk
>
>         Attachments: OFBIZ-3604_humanres_xhtml.diff
>
>
> XHTML validation errors
>     * Unclosed INPUT
>     * attributes without values (checked, selected, disabled, etc)
>     * attribute values without "
>     * Uppercase or mixed case tags or attributes.
>     * Unencoded ampersands in urls.
> findEmployee.ftl
> Wrong markup at line 9. Lacks <tr>
> </tr><td class="label">${uiLabelMap.PartyFirstName}</td>
> Wrong marckup at line 15. Lacks <tr>
> <tr><input type="hidden" name="roleTypeId" value="EMPLOYEE"/></tr>
> Patch attached

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

Reply | Threaded
Open this post in threaded view
|

[jira] Updated: (OFBIZ-3604) XHTML validation errors (humanres)

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

     [ https://issues.apache.org/jira/browse/OFBIZ-3604?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Blas Rodriguez Somoza updated OFBIZ-3604:
-----------------------------------------

    Description:
XHTML validation errors
    * Unclosed INPUT
    * attributes without values (checked, selected, disabled, etc)
    * attribute values without "
    * Uppercase or mixed case tags or attributes.
    * Unencoded ampersands in urls.

Other errors:

findEmployee.ftl
Wrong markup at line 9. Lacks <tr>
</tr><td class="label">${uiLabelMap.PartyFirstName}</td>
Wrong marckup at line 15. Lacks <tr>
<tr><input type="hidden" name="roleTypeId" value="EMPLOYEE"/></tr>

Patch attached

  was:
XHTML validation errors
    * Unclosed INPUT
    * attributes without values (checked, selected, disabled, etc)
    * attribute values without "
    * Uppercase or mixed case tags or attributes.
    * Unencoded ampersands in urls.

findEmployee.ftl
Wrong markup at line 9. Lacks <tr>
</tr><td class="label">${uiLabelMap.PartyFirstName}</td>
Wrong marckup at line 15. Lacks <tr>
<tr><input type="hidden" name="roleTypeId" value="EMPLOYEE"/></tr>

Patch attached


> XHTML validation errors (humanres)
> ----------------------------------
>
>                 Key: OFBIZ-3604
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3604
>             Project: OFBiz
>          Issue Type: Bug
>          Components: humanres
>    Affects Versions: SVN trunk
>            Reporter: Blas Rodriguez Somoza
>            Priority: Trivial
>             Fix For: SVN trunk
>
>         Attachments: OFBIZ-3604_humanres_xhtml.diff
>
>
> XHTML validation errors
>     * Unclosed INPUT
>     * attributes without values (checked, selected, disabled, etc)
>     * attribute values without "
>     * Uppercase or mixed case tags or attributes.
>     * Unencoded ampersands in urls.
> Other errors:
> findEmployee.ftl
> Wrong markup at line 9. Lacks <tr>
> </tr><td class="label">${uiLabelMap.PartyFirstName}</td>
> Wrong marckup at line 15. Lacks <tr>
> <tr><input type="hidden" name="roleTypeId" value="EMPLOYEE"/></tr>
> Patch attached

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

Reply | Threaded
Open this post in threaded view
|

[jira] Assigned: (OFBIZ-3604) XHTML validation errors (humanres)

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

     [ https://issues.apache.org/jira/browse/OFBIZ-3604?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bruno Busco reassigned OFBIZ-3604:
----------------------------------

    Assignee: Bruno Busco

> XHTML validation errors (humanres)
> ----------------------------------
>
>                 Key: OFBIZ-3604
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3604
>             Project: OFBiz
>          Issue Type: Bug
>          Components: humanres
>    Affects Versions: SVN trunk
>            Reporter: Blas Rodriguez Somoza
>            Assignee: Bruno Busco
>            Priority: Trivial
>             Fix For: SVN trunk
>
>         Attachments: OFBIZ-3604_humanres_xhtml.diff
>
>
> XHTML validation errors
>     * Unclosed INPUT
>     * attributes without values (checked, selected, disabled, etc)
>     * attribute values without "
>     * Uppercase or mixed case tags or attributes.
>     * Unencoded ampersands in urls.
> Other errors:
> findEmployee.ftl
> Wrong markup at line 9. Lacks <tr>
> </tr><td class="label">${uiLabelMap.PartyFirstName}</td>
> Wrong marckup at line 15. Lacks <tr>
> <tr><input type="hidden" name="roleTypeId" value="EMPLOYEE"/></tr>
> Patch attached

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

Reply | Threaded
Open this post in threaded view
|

[jira] Closed: (OFBIZ-3604) XHTML validation errors (humanres)

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

     [ https://issues.apache.org/jira/browse/OFBIZ-3604?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bruno Busco closed OFBIZ-3604.
------------------------------

    Resolution: Fixed

Thank you Blas,
your patch is in trunk at revision: 929292

> XHTML validation errors (humanres)
> ----------------------------------
>
>                 Key: OFBIZ-3604
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3604
>             Project: OFBiz
>          Issue Type: Bug
>          Components: humanres
>    Affects Versions: SVN trunk
>            Reporter: Blas Rodriguez Somoza
>            Assignee: Bruno Busco
>            Priority: Trivial
>             Fix For: SVN trunk
>
>         Attachments: OFBIZ-3604_humanres_xhtml.diff
>
>
> XHTML validation errors
>     * Unclosed INPUT
>     * attributes without values (checked, selected, disabled, etc)
>     * attribute values without "
>     * Uppercase or mixed case tags or attributes.
>     * Unencoded ampersands in urls.
> Other errors:
> findEmployee.ftl
> Wrong markup at line 9. Lacks <tr>
> </tr><td class="label">${uiLabelMap.PartyFirstName}</td>
> Wrong marckup at line 15. Lacks <tr>
> <tr><input type="hidden" name="roleTypeId" value="EMPLOYEE"/></tr>
> Patch attached

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