You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ofbiz.apache.org by "Jacques Le Roux (Jira)" <ji...@apache.org> on 2020/01/25 10:05:00 UTC

[jira] [Updated] (OFBIZ-11326) Entity find pagination(next, last, changes in the number of pages) stopped working

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

Jacques Le Roux updated OFBIZ-11326:
------------------------------------
    Description: 
After this change done under OFBIZ-11007, entity find pagination(next, last, changes in the number of pages) stopped working. Getting following error:
{code:java}
// ERROR MESSAGEorg.apache.ofbiz.webapp.control.RequestHandlerException: Unknown request [entity]; this request does not exist or cannot be called directly.{code}

  was:
After this change done under https://issues.apache.org/jira/browse/OFBIZ-11007, entity find pagination(next, last, changes in the number of pages) stopped working. Getting following error:
{code:java}
// ERROR MESSAGEorg.apache.ofbiz.webapp.control.RequestHandlerException: Unknown request [entity]; this request does not exist or cannot be called directly.{code}


> Entity find pagination(next, last, changes in the number of pages) stopped working
> ----------------------------------------------------------------------------------
>
>                 Key: OFBIZ-11326
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-11326
>             Project: OFBiz
>          Issue Type: Bug
>          Components: framework/webtools
>    Affects Versions: Trunk
>            Reporter: Pawan Verma
>            Priority: Major
>
> After this change done under OFBIZ-11007, entity find pagination(next, last, changes in the number of pages) stopped working. Getting following error:
> {code:java}
> // ERROR MESSAGEorg.apache.ofbiz.webapp.control.RequestHandlerException: Unknown request [entity]; this request does not exist or cannot be called directly.{code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)