Re: How to integrate prototype js in ofbiz

2009-11-27 Thread S K Pradeep kumar
thanks, rishi With regards, S K Pradeep kumar, On Fri, Nov 27, 2009 at 10:33 AM, Rishi Solanki wrote: > Pradeep, > If you have firbug install for your firefox, will be easy to see the > request > send to to the server in firebug console. > If not then look at the console the request begun on ea

Re: How to integrate prototype js in ofbiz

2009-11-26 Thread Rishi Solanki
Pradeep, If you have firbug install for your firefox, will be easy to see the request send to to the server in firebug console. If not then look at the console the request begun on each click of continue (One Page Checkout). If you follow the request from the ecommerce/controller.xml, you will see

Re: How to integrate prototype js in ofbiz

2009-11-26 Thread S K Pradeep kumar
Hi Rishi, Thanks, But how can use this js to call js based services as like in one page checkout. With regards, S K Pradeep kumar, On Thu, Nov 26, 2009 at 2:22 PM, Rishi Solanki wrote: > Hi Pradeep, > Nothing special to do, just add the prototype.js library file to any of > webapp as current

Re: How to integrate prototype js in ofbiz

2009-11-26 Thread Rishi Solanki
Hi Pradeep, Nothing special to do, just add the prototype.js library file to any of webapp as currently it is in /framework/images/webapp/images/prototypejs/... Go and set it using script tag ftl or include it in your screen using tag, and njoy the two open source project without much effort ;-).

How to integrate prototype js in ofbiz

2009-11-25 Thread S K Pradeep kumar
Hi all, I am having one application, which already customized with user requirement. This version of ofbiz is not having prototypejs integrated. How can i integrate the prototype js in ofbiz? With regards, S K Pradeep kumar,