Hi Atul Vani ,
Thanks for your great reply. Actual link url for this page
[Next/Previous/First/Last] were framing in the HtmlFormRender.java file
located framework/widget/src/org/ofbiz/widget/html/.
Additional Code
String url=prepLinkText;
int exists=url.indexOf("ticket");
if(exists>0)
{
String secondPart = url.substring(url.indexOf("ticket"));
//Debug.log("final
url>>>>"+url.substring(0,url.indexOf("ticket"))+secondPart.substring(secondPart.indexOf("&")+1));
prepLinkText=url.substring(0,url.indexOf("ticket"))+secondPart.substring(secondPart.indexOf("&")+1);
}
This code written below the line prepLinkText += viewSizeParam + "=" +
viewSize + "&" + viewIndexParam + "=";
Now its working fine.
Thanks & Regards,
Prasanthi
--
View this message in context:
http://ofbiz.135035.n4.nabble.com/How-to-edi-the-ofbizUrl-tp2165006p2195598.html
Sent from the OFBiz - User mailing list archive at Nabble.com.