Re: Product not found for Product ID !

2012-06-15 Thread Bhargav . Trivedi
Thank you for looking into this Jacques and excuse me for the late reply. But I am able to recreate the scenario for the same widget but I am going to product detail page first ( http://demo-trunk.ofbiz.apache.org:8080/ecommerce/tiny-chrome-widget-WG-5569-p ) and then adding the item to cart.

Extract parameters from external call

2012-06-15 Thread Bhargav . Trivedi
Hi, I hope I am able to explain the scenario over here. I am making a http POST call to an external gateway from one of my ftl file. One of the parameters in the call is say redirect_url. As an example: Say I have specified one of the request-map in my controller.xml as below:

[jira] [Commented] (OFBIZ-4468) After login it shows error 'Product not found!'

2012-06-07 Thread Bhargav Trivedi (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4468?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13291478#comment-13291478 ] Bhargav Trivedi commented on OFBIZ-4468: I found the same issue in the la

Product not found for Product ID !

2012-06-07 Thread Bhargav . Trivedi
Team, I am not sure if this is a defect which has already been logged in Jira or my understanding is wrong. I tried the following scenario in demo-trunk for ecmommerce ( https://demo-trunk.ofbiz.apache.org:8443/ecommerce/control/checkLogin/product ) Steps to reproduce my scenario: Add an item

Send Request and Response to an existing event

2012-05-08 Thread Bhargav . Trivedi
Hi, I want to pass the request and response to a simple method ( createCustomer) of an existing event (CustomerEvent.xml). I am calling this event as a part of a service which is defined in my services.xml file by using the "dispatcher.runsync " . Could someone please let me know if this is do