Hi prasanthi
I think you want to clear some parameters from parameters list at an
intermediate situation.
In my opinion, modifying the basic transform rule would not be proper
thing to do in ofbiz. As it might affect your application performance
in some other place.
(1)Why don't you retrive those parameter in corresponding ftl after your
main purpose of using it is over and set them to null furthur which you
don't want to carry them.
(2)If you are using services then you can clear those parameters fields
using <clear-field>tag.
Thanks & Regards
Shubham
prasanthi_ofbiz wrote:
Thanks for u r reply.
As I posted previously i have implemented Cash server system to the Ofbiz
application. For this we will validate the user from the cash server and
then gives control to the ofbiz server for second validation. At that time
we will validate the user by encrypting the user and set it to to a
validable called ticket, which will appended to the url.
On click of Accounting-->Global GL Settings--> [First/Previous/Next/Last]
its appending some parameters with the precious ofbiz url,
ex:
https://localhost:8443/accounting/control/globalGLSettings?noConditionFind=N&VIEW_SIZE_1=20&VIEW_INDEX_1=1#
I want to know where this noConditionFind=N&VIEW_SIZE_1=20&VIEW_INDEX_1=1#
parameters were appending to the basic ofbiz url, <@ofbizUrl> and at the
same time I want to remove the ticket from the <@ofbizUrl> which have url
likehttps://localhost:8443/accounting/control/globalGLSettings?ticket=ST-4fdgdfgdfg-dfd