Re: LDAP Integration

2014-11-22 Thread Ramkrishna Swamy
to use OFBizCasAuthenticationHandler class? On Thu, Nov 6, 2014 at 5:00 PM, Ramkrishna Swamy ramkrishna.swamyof...@gmail.com wrote: Hi guys, Would anybody help me out here please. On Tue, Nov 4, 2014 at 8:25 PM, Ramkrishna Swamy ramkrishna.swamyof...@gmail.com wrote: Log shows login

Re: LDAP Integration

2014-11-06 Thread Ramkrishna Swamy
Hi guys, Would anybody help me out here please. On Tue, Nov 4, 2014 at 8:25 PM, Ramkrishna Swamy ramkrishna.swamyof...@gmail.com wrote: Log shows login request's response is error but I can't see any error in log. Where to put login credentials? On Tue, Nov 4, 2014 at 7:55 PM, Mauricio

LDAP Integration

2014-11-04 Thread Ramkrishna Swamy
Hi Users, I have gone through material available on web for LDAP integration with OFBiz but no luck. I followed below steps: - (1) Changed ldap.xml file to point my LDAP server settings as below: BaseDNOU=OFBIZ,DC=OFBIZ.DC,DC=com/BaseDN URLldap://IP_Address of server:389/URL

Re: LDAP Integration

2014-11-04 Thread Ramkrishna Swamy
Log shows login request's response is error but I can't see any error in log. Where to put login credentials? On Tue, Nov 4, 2014 at 7:55 PM, Mauricio Tavares raubvo...@gmail.com wrote: On Tue, Nov 4, 2014 at 6:09 AM, Ramkrishna Swamy ramkrishna.swamyof...@gmail.com wrote: Hi Users, I

Re: Login issue

2014-06-01 Thread Ramkrishna Swamy
30, 2014 at 10:57 PM, james_sg snowme...@hotmail.com wrote: I suspect the problem could be similar to this https://issues.apache.org/jira/browse/OFBIZ-3862 Are you able to provide some code to reproduce this problem? RamKrishna Swamy wrote Hi James, I am using 12.04.02. On Fri

Re: Login issue

2014-05-30 Thread Ramkrishna Swamy
Hi James, I am using 12.04.02. On Fri, May 30, 2014 at 1:14 PM, james_sg snowme...@hotmail.com wrote: which version of OFBiz are you using? RamKrishna Swamy wrote Hi User, I have created a form and put a button to select some values from another page. After selecting value; if I

Re: Login issue

2014-05-26 Thread Ramkrishna Swamy
/search/?q=login+issue+in+ofbiz#query:login%20issue%20in%20ofbiz%20list%3Aorg.apache.ofbiz.user+page:12+mid:d5w247f255zy6a3m+state:results Can anyone suggest how to handle the problem. On Thu, May 22, 2014 at 10:47 PM, Ramkrishna Swamy ramkrishna.swamyof...@gmail.com wrote: Hi User, I have created

Re: Non static java method call in ftl

2014-05-22 Thread Ramkrishna Swamy
context we have an object called screens wich is an instance of ScreenRenderer class. with that object we can call non static method render: public String render(String combinedName) hope this help. youssef. Le 14/05/2014 11:22, Ramkrishna Swamy a écrit : Hi User, Is there any way

Login issue

2014-05-22 Thread Ramkrishna Swamy
Hi User, I have created a form and put a button to select some values from another page. After selecting value; if I try to click on the button to select another value then I am logging out even if I am already logged in. First time it works but second time of selection I am being logged out. I

Non static java method call in ftl

2014-05-14 Thread Ramkrishna Swamy
Hi User, Is there any way to call non static java method in ftl? -- Thanks Ramkrishna

How to get value of lookup in javascript

2013-12-26 Thread Ramkrishna Swamy
Hello Users, I have a requirement to use javascript on lookup value, I tried using jQuery('#id).val() and docuement.getElementById('id').value but both are not working and I am getting null value. Please suggest me how can I get value of lookup. -- Thanks Ramkrishna

Re: Subscription functionality

2013-09-14 Thread Ramkrishna Swamy
a SECA for changeOrderStatus which runs processExtendSubscriptionByOrder Jacques Regards, Hans On 09/12/2013 06:54 PM, Jacques Le Roux wrote: You will have to write your own. Be sure to check what is already in SubscriptionServices.java Jacques Ramkrishna Swamy wrote: Hello

Re: Subscription functionality

2013-09-11 Thread Ramkrishna Swamy
at 9:30 PM, Jacques Le Roux jacques.le.r...@les7arts.com wrote: You got one possibilty (the simplest one and most used I guess). A little explanation of the data model is at https://cwiki.apache.org/confluence/display/OFBIZ/Subscription Jacques Ramkrishna Swamy wrote: Hello list, I

Subscription functionality

2013-09-05 Thread Ramkrishna Swamy
Hello list, I have gone through link of subscription http://www.amicontech.com/blog/subscriptions-in-ofbiz-and-opentaps/, in this link I did not find how subscription expires. I tried to find a service which should be called on expiration of subscription but I couldn't find. As per the given link

Re: How to add html instead of ftl

2012-02-28 Thread Ramkrishna Swamy
and dump in the NECESSARY Html code and it should suffice. 2. Also explore the Content part of Ofbiz. (might be you are heading for this path) Dev Panda From: Ramkrishna Swamy ramkrishna.swamyof...@gmail.com To: user@ofbiz.apache.org Date: 02/28/2012 06:04 PM Subject: How to add html

Page refresh using two form

2010-06-11 Thread Ramkrishna Swamy
Hello, I have two screens A and B, both are calling same form, i set an alternate target for screen B and default target for screen A, when screen A calls the form using some parameter like param1, param2 etc. and then i submit the form a pdf has to come, pdf is coming but page is not being

Re: Error in service getPartyTelephone

2010-06-03 Thread Ramkrishna Swamy
...@gmail.comwrote: Just put userLogin into the context map. On Wed, Jun 2, 2010 at 9:48 AM, Ramkrishna Swamy ramkrishna.swamyof...@gmail.com wrote: Hello list, When i call service getPartyTelephone from groovy then it shows error you must be logged in to complete the process, i saw the service

Re: Error in service getPartyTelephone

2010-06-03 Thread Ramkrishna Swamy
/ override name=invoiceTypeId mode=IN optional=false/ override name=statusId mode = IN optional=false/ override name=partyIdFrom mode = IN optional=false/ override name=partyId mode = IN optional=false/ /service On Thu, Jun 3, 2010 at 6:50 AM, Ramkrishna Swamy

Single and list form together

2010-05-19 Thread Ramkrishna Swamy
Hello list, How can i display data through single and list form together. I have to convert an ftl into form but ftl contains list as well other fields, so how can i do so. Please help. -- Thanks Ramkrishna

Forms in pdf

2010-05-14 Thread Ramkrishna Swamy
Hello list, I have a pdf and it includes various forms, say form1, form2, form3 etc., i want to show form1 in top and then below it form2 and then form3 in front of form1. Right now pdf shows all form one below another. Thanks in advance. -- Thanks Ramkrishna

Shipment complete and tracking code

2010-02-25 Thread Ramkrishna Swamy
Hello list, I have to complete shipment for that i went into order component and clicked on Pack shipment for ship group and packed and then complete the shipment but when i see status of shipment it shows packed now what should i do to complete the shipment?? Also i have to enter tracking code

Re: Shipment complete and tracking code

2010-02-25 Thread Ramkrishna Swamy
question about the two ways tracking codes are used. Ramkrishna Swamy sent the following on 2/25/2010 1:31 AM: Hello list, I have to complete shipment for that i went into order component and clicked on Pack shipment for ship group and packed and then complete the shipment but when i

Mail queuing problem

2010-02-24 Thread Ramkrishna Swamy
Hello list, I am sending mail for a new customer registration using creatCustomer events and this event uses service sendGenericNotificationEmail but showing error so i used sendCreatePartyEmailNotification service in the event and mail is going to the customer properly but in console showing

Re: Parameters in seca

2010-02-10 Thread Ramkrishna Swamy
of the service you would like to check. Regards, Hans On Tue, 2010-02-09 at 19:13 +0530, Ramkrishna Swamy wrote: Hello Hans, I tried with mapname but it shows in log mapnanme 'parameters' not found setting default to null, how parameters will be available to the action service

Parameters in seca

2010-02-09 Thread Ramkrishna Swamy
Hi list, How can i get parameters in a seca, i am passing parameters as hidden from ftl and i want to get these into the seca but shows null parameters. Following is my seca: - eca service=sendOrderConfirmation event=commit condition field-name=parameters.alert operator=is-not-empty/

Re: Parameters in seca

2010-02-09 Thread Ramkrishna Swamy
are already in he parameters map. Regards. Hans On Tue, 2010-02-09 at 16:44 +0530, Ramkrishna Swamy wrote: Hi list, How can i get parameters in a seca, i am passing parameters as hidden from ftl and i want to get these into the seca but shows null parameters. Following is my seca

SMS through OFBiz

2010-02-03 Thread Ramkrishna Swamy
Hello user, Is there any way to send sms through ofbiz or anyone integrated sms service with ofbiz. Thanks in advance. -- Thanks Ramkrishna

Secure url in java

2010-02-03 Thread Ramkrishna Swamy
Hi list, I have to pass secure parameters to a url in java, i saw how is secure parameters are passed in ftl, screen and form widget but not in java. Thanks in advance. -- Thanks Ramkrishna

Re: Different order status for COD and CC

2010-01-30 Thread Ramkrishna Swamy
, for the very reason Scott said. so feel free to add the functionality to your own Svn code base. Ramkrishna Swamy sent the following on 1/28/2010 9:50 PM: Hi Scott, What could be possible harm if i do so, i don't have much knowledge of OFBiz and since it's my client's requirement so i have

Re: Different order status for COD and CC

2010-01-28 Thread Ramkrishna Swamy
Scott HotWax Media http://www.hotwaxmedia.com On 28/01/2010, at 12:36 AM, Ramkrishna Swamy wrote: Has anyone idea on this. Plz help. -- Thanks Ramkrishna On Mon, Dec 28, 2009 at 12:47 PM, Ramkrishna Swamy ramkrishna.swamyof...@gmail.com wrote: Hi list, I have

Re: Different order status for COD and CC

2010-01-28 Thread Ramkrishna Swamy
has to have a different description depending on the payment method type. You're adding unnecessary complexity when other simpler approaches could probably achieve the same goal. Regards Scott On 28/01/2010, at 10:12 PM, Ramkrishna Swamy wrote: Hi Scott, Thanks for your reply, i

Re: Different order status for COD and CC

2010-01-27 Thread Ramkrishna Swamy
Has anyone idea on this. Plz help. -- Thanks Ramkrishna On Mon, Dec 28, 2009 at 12:47 PM, Ramkrishna Swamy ramkrishna.swamyof...@gmail.com wrote: Hi list, I have a requirement of setting different order status, for COD status should be Order to be Approved and for CC Order Placed

Re: Show and pass hidden value in forms

2010-01-11 Thread Ramkrishna Swamy
Hi Bilgin, I have to show field in editable mode and want to pass as hidden field to service, display only shows the filed but not in editable mode. -- Thanks Ramkrishna On Mon, Jan 11, 2010 at 2:44 PM, Bilgin Ibryam bibr...@gmail.com wrote: Ramkrishna Swamy wrote: Hi list, I have

Different order status for COD and CC

2009-12-27 Thread Ramkrishna Swamy
Hi list, I have a requirement of setting different order status, for COD status should be Order to be Approved and for CC Order Placed is required, and in both cases order will be approved later on, how to implement this. Plz help. -- Thanks Ramkrishna

Re: Getting Following Error

2009-12-18 Thread Ramkrishna Swamy
Hi Abhijeet, Check weather your DB has following data or not: ProductDimension dimensionId=_NF_/ ProductDimension dimensionId=_NA_/ CurrencyDimension dimensionId=_NF_ description=Currency Not Found./ CurrencyDimension dimensionId=_NA_ description=Currency Not Set./ DateDimension

Why promotion category on ecommerce

2009-12-15 Thread Ramkrishna Swamy
Hello list, I want to know why only promotion category's products are shown in ecommerce, why not other category's product. -- Thanks Ramkrishna

Re: How to set partyId in request in javascript

2009-11-12 Thread Ramkrishna Swamy
')} line 418. Here the service will get the productPromoCodeId as parameter, note there is no form submit. Here Rishi Solanki Enterprise Software Developer HotWax Media Pvt. Ltd. On Tue, Nov 10, 2009 at 10:21 AM, Ramkrishna Swamy ramkrishna.swamyof...@gmail.com wrote: Hi Rishi, I saw

Re: How to set partyId in request in javascript

2009-11-09 Thread Ramkrishna Swamy
Developer HotWax Media Pvt. Ltd. On Fri, Nov 6, 2009 at 1:47 PM, Ramkrishna Swamy ramkrishna.swamyof...@gmail.com wrote: Is this possible or not??? Actually i have a drop down and i want selected partyid to be passed on to other form without submitting the first form. plz hlp

Re: groovy in javascript

2009-11-09 Thread Ramkrishna Swamy
Any update on this.Deepa have you got something, if yes please share, I am also having same problem. -- Thanks Ramkrishna On Mon, Nov 9, 2009 at 12:12 PM, Raj Saini rajsa...@gmail.com wrote: Hi Deepa, I am not sure if I understood well what you are trying to achieve. You have a

Re: How to set partyId in request in javascript

2009-11-06 Thread Ramkrishna Swamy
Is this possible or not??? Actually i have a drop down and i want selected partyid to be passed on to other form without submitting the first form. plz hlp Thanks Ramkrishna On Thu, Nov 5, 2009 at 12:36 PM, RamKrishna Swamy ramkrishna.swamyof...@gmail.com wrote: Hi list, How can I set