[jira] Created: (OFBIZ-2414) links not unique when the same sacreen containing the same form is used more than once.

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

[jira] Created: (OFBIZ-2414) links not unique when the same sacreen containing the same form is used more than once.

Nicolas Malin (Jira)
links not unique when the same sacreen containing the same form is used more than once.
---------------------------------------------------------------------------------------

                 Key: OFBIZ-2414
                 URL: https://issues.apache.org/jira/browse/OFBIZ-2414
             Project: OFBiz
          Issue Type: Sub-task
    Affects Versions: Release Branch 9.04
            Reporter: Hans Bakker
             Fix For: Release Branch 9.04


This is a problem also present in the old renderer.

If a screen is included more than once and it has the same form, the form hyperlinks, which are now html forms have id's which are not unique in the total html result. This problem is solved in the menu renderer but not in the form renderer.

This problem shows when a "mycommunication" portlet is added twice to the same portal page in order to show the email of 2 different users. If i click on the 'subject' of am email, nothing happens because the id of the underlaying hyperlink form is not unique.

--
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-2414) links not unique when the same screen containing the same form is used more than once.

Nicolas Malin (Jira)

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

Hans Bakker updated OFBIZ-2414:
-------------------------------

    Summary: links not unique when the same screen containing the same form is used more than once.  (was: links not unique when the same sacreen containing the same form is used more than once.)

> links not unique when the same screen containing the same form is used more than once.
> --------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-2414
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2414
>             Project: OFBiz
>          Issue Type: Sub-task
>    Affects Versions: Release Branch 9.04
>            Reporter: Hans Bakker
>             Fix For: Release Branch 9.04
>
>
> This is a problem also present in the old renderer.
> If a screen is included more than once and it has the same form, the form hyperlinks, which are now html forms have id's which are not unique in the total html result. This problem is solved in the menu renderer but not in the form renderer.
> This problem shows when a "mycommunication" portlet is added twice to the same portal page in order to show the email of 2 different users. If i click on the 'subject' of am email, nothing happens because the id of the underlaying hyperlink form is not unique.

--
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] Commented: (OFBIZ-2414) links not unique when the same screen containing the same form is used more than once.

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

    [ https://issues.apache.org/jira/browse/OFBIZ-2414?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12709675#action_12709675 ]

Hans Bakker commented on OFBIZ-2414:
------------------------------------

if 2x the same form with a hyperlink is used on the same screen, for example in communication event view where the commevent is fully shown together with the parent commevent.

In this specific case the hyperlink on communicationEventid is not working because it is not unique on the page.

> links not unique when the same screen containing the same form is used more than once.
> --------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-2414
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2414
>             Project: OFBiz
>          Issue Type: Sub-task
>    Affects Versions: Release Branch 9.04
>            Reporter: Hans Bakker
>             Fix For: Release Branch 9.04
>
>
> This is a problem also present in the old renderer.
> If a screen is included more than once and it has the same form, the form hyperlinks, which are now html forms have id's which are not unique in the total html result. This problem is solved in the menu renderer but not in the form renderer.
> This problem shows when a "mycommunication" portlet is added twice to the same portal page in order to show the email of 2 different users. If i click on the 'subject' of am email, nothing happens because the id of the underlaying hyperlink form is not unique.

--
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] Commented: (OFBIZ-2414) links not unique when the same screen containing the same form is used more than once.

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

    [ https://issues.apache.org/jira/browse/OFBIZ-2414?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12760525#action_12760525 ]

Hans Bakker commented on OFBIZ-2414:
------------------------------------

the same problem appears when a a form is iterated in a iterate section. this problem is however fixed in r819849

> links not unique when the same screen containing the same form is used more than once.
> --------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-2414
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2414
>             Project: OFBiz
>          Issue Type: Sub-task
>    Affects Versions: Release Branch 9.04
>            Reporter: Hans Bakker
>             Fix For: Release Branch 9.04
>
>
> This is a problem also present in the old renderer.
> If a screen is included more than once and it has the same form, the form hyperlinks, which are now html forms have id's which are not unique in the total html result. This problem is solved in the menu renderer but not in the form renderer.
> This problem shows when a "mycommunication" portlet is added twice to the same portal page in order to show the email of 2 different users. If i click on the 'subject' of am email, nothing happens because the id of the underlaying hyperlink form is not unique.

--
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-2414) links not unique when the same screen containing the same form is used more than once.

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

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

Hans Bakker closed OFBIZ-2414.
------------------------------

    Resolution: Fixed

fixed in New Revision: 820232

> links not unique when the same screen containing the same form is used more than once.
> --------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-2414
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2414
>             Project: OFBiz
>          Issue Type: Sub-task
>    Affects Versions: Release Branch 9.04
>            Reporter: Hans Bakker
>             Fix For: Release Branch 9.04
>
>
> This is a problem also present in the old renderer.
> If a screen is included more than once and it has the same form, the form hyperlinks, which are now html forms have id's which are not unique in the total html result. This problem is solved in the menu renderer but not in the form renderer.
> This problem shows when a "mycommunication" portlet is added twice to the same portal page in order to show the email of 2 different users. If i click on the 'subject' of am email, nothing happens because the id of the underlaying hyperlink form is not unique.

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