You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Bruno Busco (JIRA)" <ji...@apache.org> on 2008/09/06 10:42:45 UTC

[jira] Created: (OFBIZ-1949) uiLabelMap not found while ajax paginating

uiLabelMap not found while ajax paginating
------------------------------------------

                 Key: OFBIZ-1949
                 URL: https://issues.apache.org/jira/browse/OFBIZ-1949
             Project: OFBiz
          Issue Type: Bug
          Components: framework
            Reporter: Bruno Busco


The Ajax pagination seems not to preserve the selected locale.

Steps to reproduce:
1) Go to https://demo.hotwaxmedia.com/content/control/findDataResource
2) Select a language different from english
3) Press Find
4) Press NextPage

The column headers shitch back to english and the following message can be found in console.log:
2008-09-06 10:25:08,906 (http-0.0.0.0-8443-1) [   HtmlFormRenderer.java:2248:WARN ] Could not find uiLabelMap in context
2008-09-06 10:25:08,921 (http-0.0.0.0-8443-1) [     ModelFormField.java:1028:WARN ] Could not find uiLabelMap in context while rendering form ListDataResource
2008-09-06 10:25:08,921 (http-0.0.0.0-8443-1) [     ModelFormField.java:1028:WARN ] Could not find uiLabelMap in context while rendering form ListDataResource
2008-09-06 10:25:08,921 (http-0.0.0.0-8443-1) [     ModelFormField.java:1028:WARN ] Could not find uiLabelMap in context while rendering form ListDataResource
.............


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


[jira] Commented: (OFBIZ-1949) uiLabelMap not found while ajax paginating

Posted by "Jacques Le Roux (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-1949?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12628855#action_12628855 ] 

Jacques Le Roux commented on OFBIZ-1949:
----------------------------------------

I do not reproduce locally with r692618

Jacques


> uiLabelMap not found while ajax paginating
> ------------------------------------------
>
>                 Key: OFBIZ-1949
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1949
>             Project: OFBiz
>          Issue Type: Bug
>          Components: framework
>            Reporter: Bruno Busco
>
> The Ajax pagination seems not to preserve the selected locale.
> Steps to reproduce:
> 1) Go to https://demo.hotwaxmedia.com/content/control/findDataResource
> 2) Select a language different from english
> 3) Press Find
> 4) Press NextPage
> The column headers shitch back to english and the following message can be found in console.log:
> 2008-09-06 10:25:08,906 (http-0.0.0.0-8443-1) [   HtmlFormRenderer.java:2248:WARN ] Could not find uiLabelMap in context
> 2008-09-06 10:25:08,921 (http-0.0.0.0-8443-1) [     ModelFormField.java:1028:WARN ] Could not find uiLabelMap in context while rendering form ListDataResource
> 2008-09-06 10:25:08,921 (http-0.0.0.0-8443-1) [     ModelFormField.java:1028:WARN ] Could not find uiLabelMap in context while rendering form ListDataResource
> 2008-09-06 10:25:08,921 (http-0.0.0.0-8443-1) [     ModelFormField.java:1028:WARN ] Could not find uiLabelMap in context while rendering form ListDataResource
> .............

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


[jira] Commented: (OFBIZ-1949) uiLabelMap not found while ajax paginating

Posted by "Jacques Le Roux (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-1949?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12628941#action_12628941 ] 

Jacques Le Roux commented on OFBIZ-1949:
----------------------------------------

Bruno,

With your scenario I reproduced the issue, in French as well.

> uiLabelMap not found while ajax paginating
> ------------------------------------------
>
>                 Key: OFBIZ-1949
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1949
>             Project: OFBiz
>          Issue Type: Bug
>          Components: framework
>            Reporter: Bruno Busco
>
> The Ajax pagination seems not to preserve the selected locale.
> Steps to reproduce:
> 1) Go to https://demo.hotwaxmedia.com/content/control/findDataResource
> 2) Select a language different from english
> 3) Press Find
> 4) Press NextPage
> The column headers shitch back to english and the following message can be found in console.log:
> 2008-09-06 10:25:08,906 (http-0.0.0.0-8443-1) [   HtmlFormRenderer.java:2248:WARN ] Could not find uiLabelMap in context
> 2008-09-06 10:25:08,921 (http-0.0.0.0-8443-1) [     ModelFormField.java:1028:WARN ] Could not find uiLabelMap in context while rendering form ListDataResource
> 2008-09-06 10:25:08,921 (http-0.0.0.0-8443-1) [     ModelFormField.java:1028:WARN ] Could not find uiLabelMap in context while rendering form ListDataResource
> 2008-09-06 10:25:08,921 (http-0.0.0.0-8443-1) [     ModelFormField.java:1028:WARN ] Could not find uiLabelMap in context while rendering form ListDataResource
> .............

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


[jira] Commented: (OFBIZ-1949) uiLabelMap not found while ajax paginating

Posted by "BJ Freeman (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-1949?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12628893#action_12628893 ] 

BJ Freeman commented on OFBIZ-1949:
-----------------------------------

I performed you steps on demo
when I changed the language I went to
WebSite List
https://demo.hotwaxmedia.com/content/control/setSessionLocale?newLocale=be_BY
which is what I believe is set to be the defualt.
and though the language show changed
the lables were in english
I could not click on find since it was not on the Website page 



> uiLabelMap not found while ajax paginating
> ------------------------------------------
>
>                 Key: OFBIZ-1949
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1949
>             Project: OFBiz
>          Issue Type: Bug
>          Components: framework
>            Reporter: Bruno Busco
>
> The Ajax pagination seems not to preserve the selected locale.
> Steps to reproduce:
> 1) Go to https://demo.hotwaxmedia.com/content/control/findDataResource
> 2) Select a language different from english
> 3) Press Find
> 4) Press NextPage
> The column headers shitch back to english and the following message can be found in console.log:
> 2008-09-06 10:25:08,906 (http-0.0.0.0-8443-1) [   HtmlFormRenderer.java:2248:WARN ] Could not find uiLabelMap in context
> 2008-09-06 10:25:08,921 (http-0.0.0.0-8443-1) [     ModelFormField.java:1028:WARN ] Could not find uiLabelMap in context while rendering form ListDataResource
> 2008-09-06 10:25:08,921 (http-0.0.0.0-8443-1) [     ModelFormField.java:1028:WARN ] Could not find uiLabelMap in context while rendering form ListDataResource
> 2008-09-06 10:25:08,921 (http-0.0.0.0-8443-1) [     ModelFormField.java:1028:WARN ] Could not find uiLabelMap in context while rendering form ListDataResource
> .............

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


[jira] Commented: (OFBIZ-1949) uiLabelMap not found while ajax paginating

Posted by "Adrian Crum (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-1949?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12628891#action_12628891 ] 

Adrian Crum commented on OFBIZ-1949:
------------------------------------

I can't reproduce the problem on my local copy.


> uiLabelMap not found while ajax paginating
> ------------------------------------------
>
>                 Key: OFBIZ-1949
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1949
>             Project: OFBiz
>          Issue Type: Bug
>          Components: framework
>            Reporter: Bruno Busco
>
> The Ajax pagination seems not to preserve the selected locale.
> Steps to reproduce:
> 1) Go to https://demo.hotwaxmedia.com/content/control/findDataResource
> 2) Select a language different from english
> 3) Press Find
> 4) Press NextPage
> The column headers shitch back to english and the following message can be found in console.log:
> 2008-09-06 10:25:08,906 (http-0.0.0.0-8443-1) [   HtmlFormRenderer.java:2248:WARN ] Could not find uiLabelMap in context
> 2008-09-06 10:25:08,921 (http-0.0.0.0-8443-1) [     ModelFormField.java:1028:WARN ] Could not find uiLabelMap in context while rendering form ListDataResource
> 2008-09-06 10:25:08,921 (http-0.0.0.0-8443-1) [     ModelFormField.java:1028:WARN ] Could not find uiLabelMap in context while rendering form ListDataResource
> 2008-09-06 10:25:08,921 (http-0.0.0.0-8443-1) [     ModelFormField.java:1028:WARN ] Could not find uiLabelMap in context while rendering form ListDataResource
> .............

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


[jira] Closed: (OFBIZ-1949) uiLabelMap not found while ajax paginating

Posted by "Adrian Crum (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OFBIZ-1949?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Adrian Crum closed OFBIZ-1949.
------------------------------

    Resolution: Fixed

Fixed, rev 692863.


> uiLabelMap not found while ajax paginating
> ------------------------------------------
>
>                 Key: OFBIZ-1949
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1949
>             Project: OFBiz
>          Issue Type: Bug
>          Components: framework
>            Reporter: Bruno Busco
>
> The Ajax pagination seems not to preserve the selected locale.
> Steps to reproduce:
> 1) Go to https://demo.hotwaxmedia.com/content/control/findDataResource
> 2) Select a language different from english
> 3) Press Find
> 4) Press NextPage
> The column headers shitch back to english and the following message can be found in console.log:
> 2008-09-06 10:25:08,906 (http-0.0.0.0-8443-1) [   HtmlFormRenderer.java:2248:WARN ] Could not find uiLabelMap in context
> 2008-09-06 10:25:08,921 (http-0.0.0.0-8443-1) [     ModelFormField.java:1028:WARN ] Could not find uiLabelMap in context while rendering form ListDataResource
> 2008-09-06 10:25:08,921 (http-0.0.0.0-8443-1) [     ModelFormField.java:1028:WARN ] Could not find uiLabelMap in context while rendering form ListDataResource
> 2008-09-06 10:25:08,921 (http-0.0.0.0-8443-1) [     ModelFormField.java:1028:WARN ] Could not find uiLabelMap in context while rendering form ListDataResource
> .............

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


[jira] Commented: (OFBIZ-1949) uiLabelMap not found while ajax paginating

Posted by "Bruno Busco (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-1949?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12628856#action_12628856 ] 

Bruno Busco commented on OFBIZ-1949:
------------------------------------

Unfortunately I do even locally with r692618.


> uiLabelMap not found while ajax paginating
> ------------------------------------------
>
>                 Key: OFBIZ-1949
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1949
>             Project: OFBiz
>          Issue Type: Bug
>          Components: framework
>            Reporter: Bruno Busco
>
> The Ajax pagination seems not to preserve the selected locale.
> Steps to reproduce:
> 1) Go to https://demo.hotwaxmedia.com/content/control/findDataResource
> 2) Select a language different from english
> 3) Press Find
> 4) Press NextPage
> The column headers shitch back to english and the following message can be found in console.log:
> 2008-09-06 10:25:08,906 (http-0.0.0.0-8443-1) [   HtmlFormRenderer.java:2248:WARN ] Could not find uiLabelMap in context
> 2008-09-06 10:25:08,921 (http-0.0.0.0-8443-1) [     ModelFormField.java:1028:WARN ] Could not find uiLabelMap in context while rendering form ListDataResource
> 2008-09-06 10:25:08,921 (http-0.0.0.0-8443-1) [     ModelFormField.java:1028:WARN ] Could not find uiLabelMap in context while rendering form ListDataResource
> 2008-09-06 10:25:08,921 (http-0.0.0.0-8443-1) [     ModelFormField.java:1028:WARN ] Could not find uiLabelMap in context while rendering form ListDataResource
> .............

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


[jira] Commented: (OFBIZ-1949) uiLabelMap not found while ajax paginating

Posted by "Bruno Busco (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-1949?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12628939#action_12628939 ] 

Bruno Busco commented on OFBIZ-1949:
------------------------------------

Please could you follow these steps once again on local copy (mine is trunk/692733)?

1) go to https://localhost:8443/content/control/setSessionLocale?newLocale=it
2) login as admin
3) go to https://localhost:8443/content/control/findDataResource
4) press "Ricerca"
(the column headers are shown in italian)
5) press "Successivo"
(the column headers are shown in english)

In console.log there will be:
2008-09-07 08:48:12,375 (http-0.0.0.0-8443-2) [   HtmlFormRenderer.java:2248:WARN ] Could not find uiLabelMap in context
2008-09-07 08:48:12,375 (http-0.0.0.0-8443-2) [     ModelFormField.java:1028:WARN ] Could not find uiLabelMap in context while rendering form ListDataResource
2008-09-07 08:48:12,375 (http-0.0.0.0-8443-2) [     ModelFormField.java:1028:WARN ] Could not find uiLabelMap in context while rendering form ListDataResource
2008-09-07 08:48:12,375 (http-0.0.0.0-8443-2) [     ModelFormField.java:1028:WARN ] Could not find uiLabelMap in context while rendering form ListDataResource
2008-09-07 08:48:12,375 (http-0.0.0.0-8443-2) [     ModelFormField.java:1028:WARN ] Could not find uiLabelMap in context while rendering form ListDataResource
2008-09-07 08:48:12,375 (http-0.0.0.0-8443-2) [     ModelFormField.java:1028:WARN ] Could not find uiLabelMap in context while rendering form ListDataResource
2008-09-07 08:48:12,375 (http-0.0.0.0-8443-2) [     ModelFormField.java:1028:WARN ] Could not find uiLabelMap in context while rendering form ListDataResource
2008-09-07 08:48:12,375 (http-0.0.0.0-8443-2) [     ModelFormField.java:1028:WARN ] Could not find uiLabelMap in context while rendering form ListDataResource
2008-09-07 08:48:12,375 (http-0.0.0.0-8443-2) [     ModelFormField.java:1028:WARN ] Could not find uiLabelMap in context while rendering form ListDataResource
2008-09-07 08:48:12,375 (http-0.0.0.0-8443-2) [     ModelFormField.java:1028:WARN ] Could not find uiLabelMap in context while rendering form ListDataResource
2008-09-07 08:48:12,375 (http-0.0.0.0-8443-2) [     ModelFormField.java:1028:WARN ] Could not find uiLabelMap in context while rendering form ListDataResource
2008-09-07 08:48:12,375 (http-0.0.0.0-8443-2) [     ModelFormField.java:1028:WARN ] Could not find uiLabelMap in context while rendering form ListDataResource
2008-09-07 08:48:12,375 (http-0.0.0.0-8443-2) [     ModelFormField.java:1028:WARN ] Could not find uiLabelMap in context while rendering form ListDataResource
2008-09-07 08:48:12,375 (http-0.0.0.0-8443-2) [     ModelFormField.java:1028:WARN ] Could not find uiLabelMap in context while rendering form ListDataResource
2008-09-07 08:48:12,375 (http-0.0.0.0-8443-2) [     ModelFormField.java:1028:WARN ] Could not find uiLabelMap in context while rendering form ListDataResource
2008-09-07 08:48:12,375 (http-0.0.0.0-8443-2) [     ModelFormField.java:1028:WARN ] Could not find uiLabelMap in context while rendering form ListDataResource
2008-09-07 08:48:12,656 (http-0.0.0.0-8443-2) [   HtmlFormRenderer.java:2248:WARN ] Could not find uiLabelMap in context

Many thanks for your help.


> uiLabelMap not found while ajax paginating
> ------------------------------------------
>
>                 Key: OFBIZ-1949
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1949
>             Project: OFBiz
>          Issue Type: Bug
>          Components: framework
>            Reporter: Bruno Busco
>
> The Ajax pagination seems not to preserve the selected locale.
> Steps to reproduce:
> 1) Go to https://demo.hotwaxmedia.com/content/control/findDataResource
> 2) Select a language different from english
> 3) Press Find
> 4) Press NextPage
> The column headers shitch back to english and the following message can be found in console.log:
> 2008-09-06 10:25:08,906 (http-0.0.0.0-8443-1) [   HtmlFormRenderer.java:2248:WARN ] Could not find uiLabelMap in context
> 2008-09-06 10:25:08,921 (http-0.0.0.0-8443-1) [     ModelFormField.java:1028:WARN ] Could not find uiLabelMap in context while rendering form ListDataResource
> 2008-09-06 10:25:08,921 (http-0.0.0.0-8443-1) [     ModelFormField.java:1028:WARN ] Could not find uiLabelMap in context while rendering form ListDataResource
> 2008-09-06 10:25:08,921 (http-0.0.0.0-8443-1) [     ModelFormField.java:1028:WARN ] Could not find uiLabelMap in context while rendering form ListDataResource
> .............

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