You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Montalbano Florian (JIRA)" <ji...@apache.org> on 2016/06/17 07:40:05 UTC

[jira] [Commented] (OFBIZ-7362) Add paginate target to list forms to fix the pagination error

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

Montalbano Florian commented on OFBIZ-7362:
-------------------------------------------

Hi,
I think it's a sub task of OFBIZ-2330. I reproduced the problem and got the error message too. The end of the message is the following : 
{code} The data should be encrypted by making it part of the request body (a form field) instead of the request URL. Moreover it would be kind if you could create a Jira sub-task of https://issues.apache.org/jira/browse/OFBIZ-2330 (check before if a sub-task for this error does not exist). If you are not sure how to create a Jira issue please have a look before at http://cwiki.apache.org/confluence/x/JIB2 Thank you in advance for your help.{code}

Can you confirm that you have the same error message ?

> Add paginate target to list forms to fix the pagination error
> -------------------------------------------------------------
>
>                 Key: OFBIZ-7362
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-7362
>             Project: OFBiz
>          Issue Type: Bug
>          Components: content
>    Affects Versions: Trunk
>            Reporter: Amardeep Singh Jhajj
>            Assignee: Amardeep Singh Jhajj
>
> I found issue in pagination on some screens when we do any operation (like update, delete) on list item.
> For example: I have updated the content type from list in Content Setup Menu in Content application and then clicked on next link of pagination, I got the following error:
> {code}
> The Following Errors Occurred:
> Error calling event: org.ofbiz.webapp.event.EventHandlerException: Found URL parameter [contentTypeId] passed to secure (https) request-map with uri [updateContentType] with an event that calls service [updateContentType]; this is not allowed for security reasons!
> {code}
> The above error is unexpected as I just tried to see next list records of ContentType. The reason of error is pagination URL which is same as URL of page i.e. updateContentType. This URL is the update operation URL and it is not redirected to appropriate page after operation.
> Pagination target URL should be independent of page URL and it should be added on form using paginate-target attribute of form widget.
> This is a parent ticket and child tickets will be added in it for components.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)