I need a previous and next button in my page , When I click the next button it should go to the next ticket , we we have :P2_ticket_id and each and every time when the page load this id gets assigned with the current ticket id , when I cick the next button I have wrote a query to select the next id of the ticket and this id shold be assigned to the ticket id with a page reload, so I just made redirect to page in this application , whic is the same page
But thi i not currently working
