[jira] [Created] (OFBIZ-4889) screenlet list navigation, corrections and ajax management

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

[jira] [Created] (OFBIZ-4889) screenlet list navigation, corrections and ajax management

Nicolas Malin (Jira)
Olivier Heintz created OFBIZ-4889:
-------------------------------------

             Summary: screenlet list navigation, corrections and ajax management
                 Key: OFBIZ-4889
                 URL: https://issues.apache.org/jira/browse/OFBIZ-4889
             Project: OFBiz
          Issue Type: Sub-task
          Components: framework
            Reporter: Olivier Heintz


screenlet list navigation : solve two problems,
first) screenlet navigation bar currently generate problem with listIterator, second) currenlty not working with ajax (on-event-update-area)

First details) When defining a screenlet it's possible to give a navigation form to have the navigation bar in the screenlet bar if the form is a list which need  a navigation form. Currently when using this option form action is called two time, so, most of time a "not closed listIterator" warning is generated.
Second details) If the list form used an on-event-update-area with type="paginate", navigation form should call ajaxUpdateArea not standard request.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       
Reply | Threaded
Open this post in threaded view
|

[jira] [Updated] (OFBIZ-4889) screenlet list navigation, corrections and ajax management

Nicolas Malin (Jira)

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

Olivier Heintz updated OFBIZ-4889:
----------------------------------

    Attachment: OFBIZ-4889.patch

patch with still comment "#Bam# screenlet navigation form" to help global review.

I will remove all before merge with trunk
               

> screenlet list navigation, corrections and ajax management
> ----------------------------------------------------------
>
>                 Key: OFBIZ-4889
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4889
>             Project: OFBiz
>          Issue Type: Sub-task
>          Components: framework
>            Reporter: Olivier Heintz
>         Attachments: OFBIZ-4889.patch
>
>
> screenlet list navigation : solve two problems,
> first) screenlet navigation bar currently generate problem with listIterator, second) currenlty not working with ajax (on-event-update-area)
> First details) When defining a screenlet it's possible to give a navigation form to have the navigation bar in the screenlet bar if the form is a list which need  a navigation form. Currently when using this option form action is called two time, so, most of time a "not closed listIterator" warning is generated.
> Second details) If the list form used an on-event-update-area with type="paginate", navigation form should call ajaxUpdateArea not standard request.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       
Reply | Threaded
Open this post in threaded view
|

[jira] [Updated] (OFBIZ-4889) screenlet list navigation, corrections and ajax management

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

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

Olivier Heintz updated OFBIZ-4889:
----------------------------------

    Attachment: OFBIZ-4889.patch

remove two warning in previous patch
               

> screenlet list navigation, corrections and ajax management
> ----------------------------------------------------------
>
>                 Key: OFBIZ-4889
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4889
>             Project: OFBiz
>          Issue Type: Sub-task
>          Components: framework
>            Reporter: Olivier Heintz
>         Attachments: OFBIZ-4889.patch, OFBIZ-4889.patch
>
>
> screenlet list navigation : solve two problems,
> first) screenlet navigation bar currently generate problem with listIterator, second) currenlty not working with ajax (on-event-update-area)
> First details) When defining a screenlet it's possible to give a navigation form to have the navigation bar in the screenlet bar if the form is a list which need  a navigation form. Currently when using this option form action is called two time, so, most of time a "not closed listIterator" warning is generated.
> Second details) If the list form used an on-event-update-area with type="paginate", navigation form should call ajaxUpdateArea not standard request.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       
Reply | Threaded
Open this post in threaded view
|

[jira] [Updated] (OFBIZ-4889) screenlet list navigation, corrections and ajax management

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

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

Olivier Heintz updated OFBIZ-4889:
----------------------------------

    Attachment: OFBIZ-4889.patch

patch adaptation after branch update from trunk
               

> screenlet list navigation, corrections and ajax management
> ----------------------------------------------------------
>
>                 Key: OFBIZ-4889
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4889
>             Project: OFBiz
>          Issue Type: Sub-task
>          Components: framework
>            Reporter: Olivier Heintz
>         Attachments: OFBIZ-4889.patch, OFBIZ-4889.patch, OFBIZ-4889.patch
>
>
> screenlet list navigation : solve two problems,
> first) screenlet navigation bar currently generate problem with listIterator, second) currenlty not working with ajax (on-event-update-area)
> First details) When defining a screenlet it's possible to give a navigation form to have the navigation bar in the screenlet bar if the form is a list which need  a navigation form. Currently when using this option form action is called two time, so, most of time a "not closed listIterator" warning is generated.
> Second details) If the list form used an on-event-update-area with type="paginate", navigation form should call ajaxUpdateArea not standard request.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       
Reply | Threaded
Open this post in threaded view
|

[jira] [Updated] (OFBIZ-4889) screenlet list navigation, corrections and ajax management

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

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

Olivier Heintz updated OFBIZ-4889:
----------------------------------

    Attachment: bkgd_header.gif
                ptrn_button_hover.gif
                navigation.png
                OFBIZ-4889.patch

add css for having navigation bar in screenlet bar
               

> screenlet list navigation, corrections and ajax management
> ----------------------------------------------------------
>
>                 Key: OFBIZ-4889
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4889
>             Project: OFBiz
>          Issue Type: Sub-task
>          Components: framework
>            Reporter: Olivier Heintz
>         Attachments: OFBIZ-4889.patch, OFBIZ-4889.patch, OFBIZ-4889.patch, OFBIZ-4889.patch, bkgd_header.gif, navigation.png, ptrn_button_hover.gif
>
>
> screenlet list navigation : solve two problems,
> first) screenlet navigation bar currently generate problem with listIterator, second) currenlty not working with ajax (on-event-update-area)
> First details) When defining a screenlet it's possible to give a navigation form to have the navigation bar in the screenlet bar if the form is a list which need  a navigation form. Currently when using this option form action is called two time, so, most of time a "not closed listIterator" warning is generated.
> Second details) If the list form used an on-event-update-area with type="paginate", navigation form should call ajaxUpdateArea not standard request.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       
Reply | Threaded
Open this post in threaded view
|

[jira] [Comment Edited] (OFBIZ-4889) screenlet list navigation, corrections and ajax management

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

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

Olivier Heintz edited comment on OFBIZ-4889 at 5/21/12 8:46 PM:
----------------------------------------------------------------

add css for having navigation bar in screenlet bar
and the 3 new files to add
[N] themes/bluelight/webapp/bluelight/images/navigation.png
[P] themes/tomahawk/webapp/tomahawk/images/bkgd_header.gif
[P] themes/tomahawk/webapp/tomahawk/images/ptrn_button_hover.gif

               
      was (Author: holivier):
    add css for having navigation bar in screenlet bar
                 

> screenlet list navigation, corrections and ajax management
> ----------------------------------------------------------
>
>                 Key: OFBIZ-4889
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4889
>             Project: OFBiz
>          Issue Type: Sub-task
>          Components: framework
>            Reporter: Olivier Heintz
>         Attachments: OFBIZ-4889.patch, OFBIZ-4889.patch, OFBIZ-4889.patch, OFBIZ-4889.patch, bkgd_header.gif, navigation.png, ptrn_button_hover.gif
>
>
> screenlet list navigation : solve two problems,
> first) screenlet navigation bar currently generate problem with listIterator, second) currenlty not working with ajax (on-event-update-area)
> First details) When defining a screenlet it's possible to give a navigation form to have the navigation bar in the screenlet bar if the form is a list which need  a navigation form. Currently when using this option form action is called two time, so, most of time a "not closed listIterator" warning is generated.
> Second details) If the list form used an on-event-update-area with type="paginate", navigation form should call ajaxUpdateArea not standard request.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira