You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Chatree Srichart (JIRA)" <ji...@apache.org> on 2010/12/23 10:33:01 UTC

[jira] Created: (OFBIZ-4072) Duplicate _LAST_VIEW_NAME_ query string in renderLookupField macro

Duplicate _LAST_VIEW_NAME_ query string in renderLookupField macro
------------------------------------------------------------------

                 Key: OFBIZ-4072
                 URL: https://issues.apache.org/jira/browse/OFBIZ-4072
             Project: OFBiz
          Issue Type: Bug
          Components: framework
    Affects Versions: SVN trunk
         Environment: Ubuntu 10.04
            Reporter: Chatree Srichart
             Fix For: SVN trunk


    In the trunk version, I found a problem in renderLookupField macro concerning to duplicating the _LAST_VIEW_NAME_ query string. This problem causes the request handler cannot convert _LAST_VIEW_NAME_ parameter to String because it would be List. You can use FireBug to check it when the main screen of catalog website be loaded for the first time. 

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


[jira] Closed: (OFBIZ-4072) Duplicate _LAST_VIEW_NAME_ query string in renderLookupField macro

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

Jacques Le Roux closed OFBIZ-4072.
----------------------------------

    Resolution: Fixed
      Assignee: Jacques Le Roux

Thanks Chatree,

Your patch is in trunk at r1052245

> Duplicate _LAST_VIEW_NAME_ query string in renderLookupField macro
> ------------------------------------------------------------------
>
>                 Key: OFBIZ-4072
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4072
>             Project: OFBiz
>          Issue Type: Bug
>          Components: framework
>    Affects Versions: SVN trunk
>         Environment: Ubuntu 10.04
>            Reporter: Chatree Srichart
>            Assignee: Jacques Le Roux
>             Fix For: SVN trunk
>
>         Attachments: htmlFormMacroLibrary.diff
>
>   Original Estimate: 2h
>  Remaining Estimate: 2h
>
>     In the trunk version, I found a problem in renderLookupField macro concerning to duplicating the _LAST_VIEW_NAME_ query string. This problem causes the request handler cannot convert _LAST_VIEW_NAME_ parameter to String because it would be List. You can use FireBug to check it when the main screen of catalog website be loaded for the first time. 

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


[jira] Updated: (OFBIZ-4072) Duplicate _LAST_VIEW_NAME_ query string in renderLookupField macro

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

Chatree Srichart updated OFBIZ-4072:
------------------------------------

    Attachment: htmlFormMacroLibrary.diff

I created Diff file to solve this problem by checking the _LAST_VIEW_NAME_ query string before append to the ajaxUrl variable

> Duplicate _LAST_VIEW_NAME_ query string in renderLookupField macro
> ------------------------------------------------------------------
>
>                 Key: OFBIZ-4072
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4072
>             Project: OFBiz
>          Issue Type: Bug
>          Components: framework
>    Affects Versions: SVN trunk
>         Environment: Ubuntu 10.04
>            Reporter: Chatree Srichart
>             Fix For: SVN trunk
>
>         Attachments: htmlFormMacroLibrary.diff
>
>   Original Estimate: 2h
>  Remaining Estimate: 2h
>
>     In the trunk version, I found a problem in renderLookupField macro concerning to duplicating the _LAST_VIEW_NAME_ query string. This problem causes the request handler cannot convert _LAST_VIEW_NAME_ parameter to String because it would be List. You can use FireBug to check it when the main screen of catalog website be loaded for the first time. 

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