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

-- 
View this message in context: 
http://ofbiz.135035.n4.nabble.com/How-to-edi-the-ofbizUrl-tp2165006p2165197.html
Sent from the OFBiz - User mailing list archive at Nabble.com.

Reply via email to