Help required in ftl

2010-04-01 Thread Hemanth Kumar Kanamarlapudi
Hi All, I need a help regarding ftl. I need to include an ftl file dynamically if it is available or else include a default ftl page. Any one has an idea, please let me know. Thanks in advance Hemanth Hemanth Kumar.K| Module Lead| MindTree Ltd. Maruthi Chambers, No. 17/9C, 17/4C, Rupena

RE: Help required in ftl Thank you,problem solved

2010-04-01 Thread Hemanth Kumar Kanamarlapudi
Kumar Kanamarlapudi hemanth_kanamarlap...@mindtree.com wrote: From: Hemanth Kumar Kanamarlapudi hemanth_kanamarlap...@mindtree.com To: user@ofbiz.apache.org user@ofbiz.apache.org Sent: Thursday, April 1, 2010 6:23:51 PM Subject: Help required in ftl Hi All, I need a help regarding ftl. I

RE: Auth.net payment not being authorized/captured

2010-01-11 Thread Hemanth Kumar Kanamarlapudi
Hi Try to do following things: Go to the following URL: https://www.demo.ofbiz.com/catalog/control/EditProductStorePaySetup?productStoreId=9000 Enter Admin Credentials login id/password Configure as per requirement: * Select Payments tab * Click Edit Option which you can

Integrating Facebook Connect (Single Signon feature) with Ofbiz

2010-01-04 Thread Hemanth Kumar Kanamarlapudi
Hi Users, I have to integrate FaceBook Connect Single Sign On feature with Ofbiz. I need some clarifications to use facebook api(there are multiple java api's and php api's available for this) So I want to take guidance from those who have used it with ofbiz. I will post specific questions if

How to create a new entity

2009-12-29 Thread Hemanth Kumar Kanamarlapudi
Hi All, I have added a new entity definition in an existing entitymodel.xml which is already loaded through ofbiz-component.xml entity entity-name=trackUserSource package-name=com.pj.contact title=Track User Source Entity field name=trackId type=id-ne/

RE: How to create a new entity

2009-12-29 Thread Hemanth Kumar Kanamarlapudi
, in that case. Thanks -- Divesh Dutta. Hemanth Kumar Kanamarlapudi wrote: Hi All, I have added a new entity definition in an existing entitymodel.xml which is already loaded through ofbiz-component.xml entity entity-name=trackUserSource package-name=com.pj.contact title=Track User

RE: direct capture during checkout

2009-12-27 Thread Hemanth Kumar Kanamarlapudi
Hi All, Can any one tell me how to do authorize and capture at the same time using Authorize.net payment gateway. Thanks Hemanth -Original Message- From: Divesh Dutta [mailto:divesh.du...@hotwaxmedia.com] Sent: Monday, December 28, 2009 11:19 AM To: user@ofbiz.apache.org Subject: Re:

RE: switching between http and https without cookies possible in ofbiz?????

2009-11-08 Thread Hemanth Kumar Kanamarlapudi
Hemanth, Can you explain a bit more please? What do you mean when moving. Thanks, Raj Hemanth Kumar Kanamarlapudi wrote: Hi All, Even i am facing this same problem of logging out in my ofbiz application when moving. Your help is appreciated. Regards Hemanth

RE: switching between http and https without cookies possible in ofbiz?????

2009-11-07 Thread Hemanth Kumar Kanamarlapudi
Hi All, Even i am facing this same problem of logging out in my ofbiz application when moving. Your help is appreciated. Regards Hemanth From: Raj Saini [rajsa...@gmail.com] Sent: 07 November 2009 20:37 To: user@ofbiz.apache.org Subject: Re: switching

RE: Need Info on how to authorize and capture the payment for the order placed by the user instantly using Auth.net payment gateway

2009-10-25 Thread Hemanth Kumar Kanamarlapudi
://www.hotwaxmedia.com o:801.649.6594 f:801.649.6595 On Oct 24, 2009, at 3:41 AM, Hemanth Kumar Kanamarlapudi wrote: Hi Users, At present in Ofbiz after configuring authorize.net payment gateway for credit card payment processing, If a customer purchases some thing from e-commerce using

Need Info on how to authorize and capture the payment for the order placed by the user instantly using Auth.net payment gateway

2009-10-24 Thread Hemanth Kumar Kanamarlapudi
Hi Users, At present in Ofbiz after configuring authorize.net payment gateway for credit card payment processing, If a customer purchases some thing from e-commerce using credit card, the credit card payment is just authorized but not captured. Admin has to login into order manager application

Auth.Net payment configuration not available in accountmanager paymentgateway config tab

2009-09-24 Thread Hemanth Kumar Kanamarlapudi
Hi All, There is a difference between the online demo in ofbiz and my local version which is ofbiz-release9.04 version for authorize.net payment gateway configuration. I am not able to find the configuration for authorize.net in my local application and data also not available in table

About Static Methods in Ofbiz

2009-09-09 Thread Hemanth Kumar Kanamarlapudi
Hi Users, Can any one tell me the architectural reason why all the java methods are static and how these will be thread safe Also any implications or the things we need to handle when we are using some third party java objects with out static methods from ofbiz static methods. If any document

Error while doing quick check out in Ecommerce application

2009-09-08 Thread Hemanth Kumar Kanamarlapudi
Hi Users, I am trying to do a quick check out in Ecommerce application and facing the below error when clicking Submit Order after filling the credit card details. Error calling event: org.ofbiz.webapp.event.EventHandlerException: Found URL parameter [cardType] passed to secure (https)

please guide me to retrive decrypted user password from database which is stored in encrypted format

2009-08-26 Thread Hemanth Kumar Kanamarlapudi
Hi All, Please guide me to decrypt the password from database which is stored in encrypted format. Thanks in advance. Regards Hemanth http://www.mindtree.com/email/disclaimer.html

RE: Any retry framework for Ofbiz ?

2009-08-26 Thread Hemanth Kumar Kanamarlapudi
Hi Kishore, You can refer SchedularJobs.xml in party folder or SchedularServices.xml in framework. entity-engine-xml !-- create recurring job to check email communication events with the status COM_IN_PROGRESS to send these emails.. -- TemporalExpression tempExprId=SENDEMAIL

Can any one guide me where we need to configure the required payment gateway.

2009-08-26 Thread Hemanth Kumar Kanamarlapudi
Hi all, Can any one guide me where we need to configure the required payment gateway. I want to configure authorize.net for my system. Thanks Regards Hemanth http://www.mindtree.com/email/disclaimer.html

Calling worker class method from simple event xml file and calling a service from that worker and returning back to the same simple event to call another service

2009-08-21 Thread Hemanth Kumar Kanamarlapudi
Hi All, I need a suggestion for the following scenario: I need to call two services for a particular request. One service is newly written java service which makes a http request to 3rd party server. and another service is existing service from ofbiz which is called through a simple events xml

RE: Need to make text field of date-time field in form widgets non editable

2009-08-13 Thread Hemanth Kumar Kanamarlapudi
what you want? field name=fromDate display type=date/ /field Cheers, Anne. 2009/8/13 Hemanth Kumar Kanamarlapudi hemanth_kanamarlap...@mindtree.com: Hi Users, Can any one help out if we can make the text field in date-time field used in form widgets as non editable? Because of this I am

Need to make text field of date-time field in form widgets non editable

2009-08-12 Thread Hemanth Kumar Kanamarlapudi
Hi Users, Can any one help out if we can make the text field in date-time field used in form widgets as non editable? Because of this I am forced to validate all the dates entered for valid check in my events class. (eg: modified date from 12-01-2010 to 00-00-) Present usage: date-time

Entity Changes for column definition Not Reflecting in DB

2009-08-10 Thread Hemanth Kumar Kanamarlapudi
Hi Users, Can any one please tell me the reason why the changes in my entity definition are not reflected in the database. For example I have a cardNumber which is earlier Numeric/Integer in entitymodel.xml as well as in database. Now I changed cardNumber to Name/String type in

RE: Access html page from controller.xml

2009-08-05 Thread Hemanth Kumar Kanamarlapudi
Hi Pradeep, Try 1: Include include location=component://common/webcommon/WEB-INF/common-controller.xml/ In your controller.xml There you have jsp handler handler name=jsp type=view class=org.ofbiz.webapp.view.JspViewHandler/ So you can write simple html inside jsp itself and use it for

RE: Access html page from controller.xml

2009-08-05 Thread Hemanth Kumar Kanamarlapudi
the information, notify the sender and delete it from your system. Hemanth Kumar Kanamarlapudi hemanth_kanamarlap...@mindtree.com 08/05/2009 12:38 PM Please respond to user@ofbiz.apache.org To user@ofbiz.apache.org user@ofbiz.apache.org cc pardeep.ru...@lntinfotech.com pardeep.ru...@lntinfotech.com Subject