XHTML validation errors (framework/widget) In xml (xhtml) ID must be unique
--------------------------------------------------------------------------- Key: OFBIZ-3671 URL: https://issues.apache.org/jira/browse/OFBIZ-3671 Project: OFBiz Issue Type: Bug Components: framework Affects Versions: SVN trunk Reporter: Blas Rodriguez Somoza Priority: Trivial Fix For: SVN trunk In XML id is a special attribute which must be unique. - ModelFormField.java must have the method getCurrentContainerId which is already on ModelForm - MacroFormRendered and HtmlFormRenderer must be modified to use the getCurrentContainerID instead of getIdName -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira |
[ https://issues.apache.org/jira/browse/OFBIZ-3671?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Blas Rodriguez Somoza updated OFBIZ-3671: ----------------------------------------- Attachment: OFBIZ-3671_widget_xhtml_id.diff > XHTML validation errors (framework/widget) In xml (xhtml) ID must be unique > --------------------------------------------------------------------------- > > Key: OFBIZ-3671 > URL: https://issues.apache.org/jira/browse/OFBIZ-3671 > Project: OFBiz > Issue Type: Bug > Components: framework > Affects Versions: SVN trunk > Reporter: Blas Rodriguez Somoza > Priority: Trivial > Fix For: SVN trunk > > Attachments: OFBIZ-3671_widget_xhtml_id.diff > > > In XML id is a special attribute which must be unique. > - ModelFormField.java must have the method getCurrentContainerId which is already on ModelForm > - MacroFormRendered and HtmlFormRenderer must be modified to use the getCurrentContainerID instead of getIdName -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-3671?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Blas Rodriguez Somoza updated OFBIZ-3671: ----------------------------------------- Attachment: OFBIZ-3671_widget_xhtml_id_v2.diff > XHTML validation errors (framework/widget) In xml (xhtml) ID must be unique > --------------------------------------------------------------------------- > > Key: OFBIZ-3671 > URL: https://issues.apache.org/jira/browse/OFBIZ-3671 > Project: OFBiz > Issue Type: Bug > Components: framework > Affects Versions: SVN trunk > Reporter: Blas Rodriguez Somoza > Priority: Trivial > Fix For: SVN trunk > > Attachments: OFBIZ-3671_widget_xhtml_id_v2.diff > > > In XML id is a special attribute which must be unique. > - ModelFormField.java must have the method getCurrentContainerId which is already on ModelForm > - MacroFormRendered and HtmlFormRenderer must be modified to use the getCurrentContainerID instead of getIdName -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-3671?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Blas Rodriguez Somoza updated OFBIZ-3671: ----------------------------------------- Attachment: (was: OFBIZ-3671_widget_xhtml_id.diff) > XHTML validation errors (framework/widget) In xml (xhtml) ID must be unique > --------------------------------------------------------------------------- > > Key: OFBIZ-3671 > URL: https://issues.apache.org/jira/browse/OFBIZ-3671 > Project: OFBiz > Issue Type: Bug > Components: framework > Affects Versions: SVN trunk > Reporter: Blas Rodriguez Somoza > Priority: Trivial > Fix For: SVN trunk > > Attachments: OFBIZ-3671_widget_xhtml_id_v2.diff > > > In XML id is a special attribute which must be unique. > - ModelFormField.java must have the method getCurrentContainerId which is already on ModelForm > - MacroFormRendered and HtmlFormRenderer must be modified to use the getCurrentContainerID instead of getIdName -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-3671?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Blas Rodriguez Somoza updated OFBIZ-3671: ----------------------------------------- Description: In XML id is a special attribute which must be unique. - ModelFormField.java must have the method getCurrentContainerId which is already on ModelForm - MacroFormRendered and HtmlFormRenderer must be modified to use the getCurrentContainerID instead of getIdName - htmlFormMacroLibrary. span id must be different from the associated hidden field. was: In XML id is a special attribute which must be unique. - ModelFormField.java must have the method getCurrentContainerId which is already on ModelForm - MacroFormRendered and HtmlFormRenderer must be modified to use the getCurrentContainerID instead of getIdName > XHTML validation errors (framework/widget) In xml (xhtml) ID must be unique > --------------------------------------------------------------------------- > > Key: OFBIZ-3671 > URL: https://issues.apache.org/jira/browse/OFBIZ-3671 > Project: OFBiz > Issue Type: Bug > Components: framework > Affects Versions: SVN trunk > Reporter: Blas Rodriguez Somoza > Priority: Trivial > Fix For: SVN trunk > > Attachments: OFBIZ-3671_widget_xhtml_id_v2.diff > > > In XML id is a special attribute which must be unique. > - ModelFormField.java must have the method getCurrentContainerId which is already on ModelForm > - MacroFormRendered and HtmlFormRenderer must be modified to use the getCurrentContainerID instead of getIdName > - htmlFormMacroLibrary. span id must be different from the associated hidden field. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-3671?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Blas Rodriguez Somoza updated OFBIZ-3671: ----------------------------------------- Description: In XML id is a special attribute which must be unique. - ModelFormField.java must have the method getCurrentContainerId which is already on ModelForm - MacroFormRendered and HtmlFormRenderer must be modified to use the getCurrentContainerID instead of getIdName - htmlFormMacroLibrary. span id must be different from the associated hidden field. Also: htmlFormMacroLibrary Line 73: readonly attribute without value. Lines 102.103: better formatted, more readable javascript call. was: In XML id is a special attribute which must be unique. - ModelFormField.java must have the method getCurrentContainerId which is already on ModelForm - MacroFormRendered and HtmlFormRenderer must be modified to use the getCurrentContainerID instead of getIdName - htmlFormMacroLibrary. span id must be different from the associated hidden field. > XHTML validation errors (framework/widget) In xml (xhtml) ID must be unique > --------------------------------------------------------------------------- > > Key: OFBIZ-3671 > URL: https://issues.apache.org/jira/browse/OFBIZ-3671 > Project: OFBiz > Issue Type: Bug > Components: framework > Affects Versions: SVN trunk > Reporter: Blas Rodriguez Somoza > Priority: Trivial > Fix For: SVN trunk > > Attachments: OFBIZ-3671_widget_xhtml_id_v3.diff > > > In XML id is a special attribute which must be unique. > - ModelFormField.java must have the method getCurrentContainerId which is already on ModelForm > - MacroFormRendered and HtmlFormRenderer must be modified to use the getCurrentContainerID instead of getIdName > - htmlFormMacroLibrary. span id must be different from the associated hidden field. > Also: > htmlFormMacroLibrary > Line 73: readonly attribute without value. > Lines 102.103: better formatted, more readable javascript call. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-3671?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Blas Rodriguez Somoza updated OFBIZ-3671: ----------------------------------------- Attachment: (was: OFBIZ-3671_widget_xhtml_id_v2.diff) > XHTML validation errors (framework/widget) In xml (xhtml) ID must be unique > --------------------------------------------------------------------------- > > Key: OFBIZ-3671 > URL: https://issues.apache.org/jira/browse/OFBIZ-3671 > Project: OFBiz > Issue Type: Bug > Components: framework > Affects Versions: SVN trunk > Reporter: Blas Rodriguez Somoza > Priority: Trivial > Fix For: SVN trunk > > Attachments: OFBIZ-3671_widget_xhtml_id_v3.diff > > > In XML id is a special attribute which must be unique. > - ModelFormField.java must have the method getCurrentContainerId which is already on ModelForm > - MacroFormRendered and HtmlFormRenderer must be modified to use the getCurrentContainerID instead of getIdName > - htmlFormMacroLibrary. span id must be different from the associated hidden field. > Also: > htmlFormMacroLibrary > Line 73: readonly attribute without value. > Lines 102.103: better formatted, more readable javascript call. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-3671?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Blas Rodriguez Somoza updated OFBIZ-3671: ----------------------------------------- Attachment: OFBIZ-3671_widget_xhtml_id_v3.diff > XHTML validation errors (framework/widget) In xml (xhtml) ID must be unique > --------------------------------------------------------------------------- > > Key: OFBIZ-3671 > URL: https://issues.apache.org/jira/browse/OFBIZ-3671 > Project: OFBiz > Issue Type: Bug > Components: framework > Affects Versions: SVN trunk > Reporter: Blas Rodriguez Somoza > Priority: Trivial > Fix For: SVN trunk > > Attachments: OFBIZ-3671_widget_xhtml_id_v3.diff > > > In XML id is a special attribute which must be unique. > - ModelFormField.java must have the method getCurrentContainerId which is already on ModelForm > - MacroFormRendered and HtmlFormRenderer must be modified to use the getCurrentContainerID instead of getIdName > - htmlFormMacroLibrary. span id must be different from the associated hidden field. > Also: > htmlFormMacroLibrary > Line 73: readonly attribute without value. > Lines 102.103: better formatted, more readable javascript call. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-3671?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bruno Busco reassigned OFBIZ-3671: ---------------------------------- Assignee: Bruno Busco > XHTML validation errors (framework/widget) In xml (xhtml) ID must be unique > --------------------------------------------------------------------------- > > Key: OFBIZ-3671 > URL: https://issues.apache.org/jira/browse/OFBIZ-3671 > Project: OFBiz > Issue Type: Bug > Components: framework > Affects Versions: SVN trunk > Reporter: Blas Rodriguez Somoza > Assignee: Bruno Busco > Priority: Trivial > Fix For: SVN trunk > > Attachments: OFBIZ-3671_widget_xhtml_id_v3.diff > > > In XML id is a special attribute which must be unique. > - ModelFormField.java must have the method getCurrentContainerId which is already on ModelForm > - MacroFormRendered and HtmlFormRenderer must be modified to use the getCurrentContainerID instead of getIdName > - htmlFormMacroLibrary. span id must be different from the associated hidden field. > Also: > htmlFormMacroLibrary > Line 73: readonly attribute without value. > Lines 102.103: better formatted, more readable javascript call. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-3671?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bruno Busco closed OFBIZ-3671. ------------------------------ Resolution: Fixed Thank you Blas, your slightly changed patch is in trunk at revision: 935197 I only changed some tabs with spaces > XHTML validation errors (framework/widget) In xml (xhtml) ID must be unique > --------------------------------------------------------------------------- > > Key: OFBIZ-3671 > URL: https://issues.apache.org/jira/browse/OFBIZ-3671 > Project: OFBiz > Issue Type: Bug > Components: framework > Affects Versions: SVN trunk > Reporter: Blas Rodriguez Somoza > Assignee: Bruno Busco > Priority: Trivial > Fix For: SVN trunk > > Attachments: OFBIZ-3671_widget_xhtml_id_v3.diff > > > In XML id is a special attribute which must be unique. > - ModelFormField.java must have the method getCurrentContainerId which is already on ModelForm > - MacroFormRendered and HtmlFormRenderer must be modified to use the getCurrentContainerID instead of getIdName > - htmlFormMacroLibrary. span id must be different from the associated hidden field. > Also: > htmlFormMacroLibrary > Line 73: readonly attribute without value. > Lines 102.103: better formatted, more readable javascript call. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira |
Free forum by Nabble | Edit this page |