Re: Show and pass hidden value in forms

2010-01-11 Thread Bilgin Ibryam
Ramkrishna Swamy wrote: Hi list, I have to show a field as text and pass this value as hidden to a service in form widget, how will this be done. Plz help, thanks in advance. You have to use a display element with also-hidden=true attribute inside a form field. Bilgin

Integrated Windows Authentication in OFBiz

2010-01-11 Thread Kaushik Chakraborty
Hi, The application which is a CMS on OFBiz uses CAS for authentication on user's provision of username and password. The customer requires Integrated Windows Authentication for some internal users who login to their Windows system with the same username and password which they use to access the

Re: Solved: Re: Run Selenium tests on OS X?

2010-01-11 Thread Sumit Pandit
Hi Devs, I am trying to run Example selenium test cases on OS X, but getting following error - 14:41:10.976 INFO - Command request: getNewBrowserSession[*firefox /Applications/Firefox.app/Contents/MacOS/firefox-bin, http://localhost:8080/, ] on session null 14:41:10.977 INFO - creating

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 to

Re: Show and pass hidden value in forms

2010-01-11 Thread Kumaraswamy nandipati
Hi RamaKrishna, I think you can achieve this using JavaScript. On Mon, Jan 11, 2010 at 3:03 PM, Ramkrishna Swamy ramkrishna.swamyof...@gmail.com wrote: 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

Re: Show and pass hidden value in forms

2010-01-11 Thread Sumit Pandit
Hi Ramkrishna, Please look at */framework/example/widget/example/ExampleForms.xml file, here form - EditExample would help you to display fields on page. On submit, fields would passed as a parameters to the targeted request. And then if you want it in service, please keep formFieldName and

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

Re: Integrated Windows Authentication in OFBiz

2010-01-11 Thread Shi Jinghai
It's feasible. You can write a new class to authen a user first to Windows, and if failed, then to OFBiz. What protocal to authen a user to Windows? CAS supports SPENEGO http://www.ja-sig.org/wiki/display/CASUM/SPNEGO Good luck, Shi Jinghai/Beijing Langhua Ltd. 在 2010-01-11一的 14:58

how to get product on basis of product category and product attribute

2010-01-11 Thread Deepa Mandal
Hi Ofbiz, There is a requirement for fetching list of Product on the basis of Product_Category_Id(TABLE:Product_Category) and ATTR_NAME(TABLE:Product_Attribute) and ATTR_VALUE(TABLE:Product_Attribute). Let's suppose, The given category is newarrival, bestseller, mostviewed. I have to filter the

Re: how to get product on basis of product category and product attribute

2010-01-11 Thread Cimballi
To search on several entities, you can use joins, and to use joins you can use DynamicViewEntity, look at the finishCategoryAndFeatureConstraints method in the applications/product/src/org/ofbiz/product/product/ProductSearch.java class for an example. Cimballi On Mon, Jan 11, 2010 at 7:15 AM,

ofbiz requirements for osx / SSL Error?

2010-01-11 Thread Jonathan Vanasco
Hi. I'm a little confused... I followed the Out of the Box instructions for the demo, but I'm getting an error about SSL certs when trying to run ofbiz that – when looking in the archives – suggests I need to run Java 1.6 to fix. Some other posts suggest 1.6 is needed as well. However

Re: ofbiz requirements for osx / SSL Error?

2010-01-11 Thread Ruth Hoffman
Hi Jonathan: Yes, it is confusing. If you want an explanation about OFBiz versions, please see my website: http://www.myofbiz.com. The answer to your specific question: Java 1.5 is necessary for Release 9.04 and (recent) Release 4.0 versions of OFBiz. If you have downloaded from the trunk

Re: ofbiz requirements for osx / SSL Error?

2010-01-11 Thread Rob Schapper
Jonathan, To fix this you just need to change the password on the key store. For some reason on OSX it is not the regular default password. To change it do the following in your terminal: sudo keytool -keystore

Re: ofbiz requirements for osx / SSL Error?

2010-01-11 Thread David E Jones
Actually, there is indeed a problem with certificates, or more to the point with keystores, in the latest Mac Java. Apple did an annoying thing by changing the default password for their keystore, so you have to either change it to the default used in the rest of the Java world or change the

cybersource missing in 9.04 builds?

2010-01-11 Thread Ryan Vanderwerf
Hi, This is my first post. I saw someone posted earlier said they only found the Cybersource support in the trunk and not in 9.04. Is there a reason for this? We are looking to use OFBiz for a production web store and really need cybersource support. Is there a way to enable this on the 9.04

Re: ofbiz requirements for osx / SSL Error?

2010-01-11 Thread Ruth Hoffman
Hi Jonathan: Just to repeat myself: You don't need Java 1.6 for current releases. So, if you prefer to use 1.5, then you may feel secure in knowing that OFBiz Release 9.04 does work without problems on a MAC with Java 1.5. Its sounds like to me that you downloaded a trunk version. If that is

Re: cybersource missing in 9.04 builds?

2010-01-11 Thread Scott Gray
Hi Ryan, CyberSource is available in 9.04, the only difference between it and the trunk is that the configuration has moved from payment.properties to the database. It wouldn't hurt to check the revision history for IcsPaymentServices.java to ensure that there have been no bug fixes

svn: REPORT of '/repos/asf/!svn/vcc/default': Could not read response body: An existing connection was forcibly closed by the remote host.

2010-01-11 Thread BJ Freeman
anyone getting this when doing SVN update through eclipse.

Re: svn: REPORT of '/repos/asf/!svn/vcc/default': Could not read response body: An existing connection was forcibly closed by the remote host.

2010-01-11 Thread Scott Gray
Happens from time to time, just try again. FYI you can see the status of ASF machines and services here: http://monitoring.apache.org/status/ Regards Scott HotWax Media http://www.hotwaxmedia.com On 12/01/2010, at 9:34 AM, BJ Freeman wrote: anyone getting this when doing SVN update through

Re: ofbiz requirements for osx / SSL Error?

2010-01-11 Thread Jonathan Vanasco
thanks Ruth, and all. I am using 9.04, not trunk. On Jan 11, 2010, at 12:51 PM, Ruth Hoffman wrote: Hi Jonathan: Just to repeat myself: You don't need Java 1.6 for current releases. So, if you prefer to use 1.5, then you may feel secure in knowing that OFBiz Release 9.04 does work

Re: svn: REPORT of '/repos/asf/!svn/vcc/default': Could not read response body: An existing connection was forcibly closed by the remote host.

2010-01-11 Thread BJ Freeman
thanks Scott. Scott Gray sent the following on 1/11/2010 12:40 PM: Happens from time to time, just try again. FYI you can see the status of ASF machines and services here: http://monitoring.apache.org/status/ Regards Scott HotWax Media http://www.hotwaxmedia.com On 12/01/2010, at

Re: svn: REPORT of '/repos/asf/!svn/vcc/default': Could not read response body: An existing connection was forcibly closed by the remote host.

2010-01-11 Thread Jacques Le Roux
They had an hardware issue (disk). It seems that it's still not completly resolved even if it's better than it was last week. Jacques From: Scott Gray scott.g...@hotwaxmedia.com Happens from time to time, just try again. FYI you can see the status of ASF machines and services here:

Re: cybersource missing in 9.04 builds?

2010-01-11 Thread Ryan Vanderwerf
Thanks for the response. I did check that and I see the settings there in the properties file. However in the wiki it mentions this (after you edit the gateway settings): Edit the Payment Method Type Credit Card and after selected a Service Type (Authorize, Capture, ...) you can choose the

Re: cybersource missing in 9.04 builds?

2010-01-11 Thread Ryan Vanderwerf
lol, my bad, I didn't scroll down far enough. The options are below the paginated property results. Thanks for your help! Ryan Vanderwerf - Original Message - From: Ryan Vanderwerf rvanderw...@kpi-consulting.net To: user@ofbiz.apache.org Sent: Monday, January 11, 2010 3:14:06 PM GMT

sgross...@kpi-consulting.net

2010-01-11 Thread Sarah Grossman
Can someone please point me to the documentation on how to restrict which products are viewable to which users. I am using version 09.04 Ideally when a user hits /ecommerce/ a user will see 1. products that have no restrictions. 2. products that only have restrictions (roles/permission/party

Re: ofbiz requirements for osx / SSL Error?

2010-01-11 Thread Ruth Hoffman
Hi Jonathan: That is interesting. Do you know what version? I ran some tests with Release 9.04 version 885369, which dates from early November of last year and Java 1.5/Mac 10.4 worked fine. Regards, Ruth Find me on the web at

Re: sgross...@kpi-consulting.net

2010-01-11 Thread David E Jones
OOTB there is no support for this on a product-level, so you'd have to implement that based on whatever designs you might want. What is supported is restricting login to a store and restricting which products are in that store (through the catalog). There is also support for price variations

best method for supplying dummy login

2010-01-11 Thread Al Byers
What is the best method for adding a user login from within a service to services that need authorization. Specifically, how do you guard against the condition that the supplied login will get hasLoggedOut set to N? Thanks, -Al

doubt in popup position setting by using popup.js

2010-01-11 Thread Rohit Jain
Hello All, I am trying to use popup.js for rederning popup. but popup are rendered on its default position, I want to changed its position please suggest me how can I set custom position of popup by using popup.js for rendering popup I am using following code new

Re: Small help icon next the form field title

2010-01-11 Thread Raj Saini
Thanks Michael, Tool tips are used for other purposes and user may need both of them. Would it not be okay add another attribute say help attribute to the form element? What does other in the community think of it as I want to go for this extension. Thanks, Raj Michael Xu (xudong)

Re: best method for supplying dummy login

2010-01-11 Thread Jacques Le Roux
Why not using system ? Jacques From: Al Byers bye...@automationgroups.com What is the best method for adding a user login from within a service to services that need authorization. Specifically, how do you guard against the condition that the supplied login will get hasLoggedOut set to N?

Re: Small help icon next the form field title

2010-01-11 Thread Hans Bakker
A single 'help' true/false would be very nice and then get the description from the entitymodel.xml file description tag on the field Regards, hans On Tue, 2010-01-12 at 13:17 +0530, Raj Saini wrote: Thanks Michael, Tool tips are used for other purposes and user may need both of them.