Re: Edit WebSite CMS For: CMS Web Site [CmsSite] only working with Firefox

2009-12-07 Thread André Herbst
Hi Jacques, Just to be sure, you don't see this error with for instance IE on the Demo Site? Anybody else getting the same error? I think we should not accept that this function is only working with FF, so I suggest to create a Jira issue. What do you think? -André On Sunday den 6. December

Re: Edit WebSite CMS For: CMS Web Site [CmsSite] only working with Firefox

2009-12-07 Thread Jacques Le Roux
Yes, please André do! Jacques () ascii ribbon campaign against HTML e-mail /\ www.asciiribbon.org From: André Herbst a...@softmatic.dk Hi Jacques, Just to be sure, you don't see this error with for instance IE on the Demo Site? Anybody else getting the same error? I think we should not

Re: attribute of a action service

2009-12-07 Thread Parimal Gain
Hi zhiyongcui, You can use set .. tag to solve your purpose. Take a look on this example - eca service=setCustRequestStatus event=commit condition field-name=oldStatusId operator=not-equals value=CRQ_COMPLETED/ condition field-name=statusId operator=equals value=CRQ_COMPLETED/

Re: Dropdown menu in Ofbiz

2009-12-07 Thread sac sha
Thanks Bruno I will give it a try and let you know. Regards Sac On Sun, Dec 6, 2009 at 10:32 PM, Bruno Busco bruno.bu...@gmail.com wrote: You can even try the multiflex theme in the ecommerce application. More drop down menus there! -Bruno 2009/12/2 Erwan de FERRIERES

Re: about using ofbiz as a platform

2009-12-07 Thread Christopher Snow
I've also started putting a page together on the steps for manually separating the core framework: http://cwiki.apache.org/confluence/display/OFBIZ/Ofbiz+as+a+development+framework The pages are just my documentation of the steps needed. I still think its a good idea to have a page for

Re: attribute of a action service

2009-12-07 Thread Jacques Le Roux
Thanks Parimal! This question comes from time to time. I have added a word about using set in ECA section at http://cwiki.apache.org/confluence/x/M4Br. I have also formatted a bit and fixed a link. This also answer to http://markmail.org/message/grj4lqpocrjandir Jacques () ascii ribbon

Re: attribute of a action service

2009-12-07 Thread Parimal Gain
Thanks Jacques :-) Regards -- Parimal Gain Jacques Le Roux wrote: Thanks Parimal! This question comes from time to time. I have added a word about using set in ECA section at http://cwiki.apache.org/confluence/x/M4Br. I have also formatted a bit and fixed a link. This also answer to

Re: Edit WebSite CMS For: CMS Web Site [CmsSite] only working with Firefox

2009-12-07 Thread André Herbst
Hi Jacques, I found that this issue has already been reported in Jira but now is in status closed: http://issues.apache.org/jira/browse/OFBIZ-2135 Maybe it should be reopened instead of creating a new Jira? -André On Monday den 7. December 2009 10:05:55 Jacques Le Roux wrote: Yes, please

Apache Mod Rewrite Rules

2009-12-07 Thread Len Shein
Has anyone had any experience configuring the Apache mod proxy/mod rewrite modules within ofbiz? I am trying to run the ecommerce application on Apache/Tomcat and do not know where to place the rewrite rules; has anyone accomplished this? Thank You Len Shein Email:

Re: Apache Mod Rewrite Rules

2009-12-07 Thread Christopher Snow
Len, What are you trying to achieve? Are you trying to put apache httpd in front of tomcat? Cheers, Chris Len Shein wrote: Has anyone had any experience configuring the Apache mod proxy/mod rewrite modules within ofbiz? I am trying to run the ecommerce application on Apache/Tomcat

Re: Apache Mod Rewrite Rules

2009-12-07 Thread Christopher Snow
Have you seen the following? http://cwiki.apache.org/confluence/display/OFBIZ/FAQ+-+Tips+-+Tricks+-+Cookbook+-+HowTo#FAQ-Tips-Tricks-Cookbook-HowTo-HTTPD Len Shein wrote: Yes that is exactly what I want and I am not sure how to or where to add the rules and in which file. Help would be

RE: Apache Mod Rewrite Rules

2009-12-07 Thread Len Shein
Yes, where is the httpd.conf file located? I do not see it within the Ofbiz source. Am I missing these files? -Original Message- From: Christopher Snow [mailto:sno...@snowconsulting.co.uk] Sent: Monday, December 07, 2009 10:59 AM To: user@ofbiz.apache.org Subject: Re: Apache Mod

RE: Apache Mod Rewrite Rules

2009-12-07 Thread Len Shein
I guess I am a bit confused. I have not installed apache httpd... I am simply starting ofbiz on a windows server. Do I need to first install Apache and the start ofbiz? -Original Message- From: Christopher Snow [mailto:sno...@snowconsulting.co.uk] Sent: Monday, December 07, 2009 11:23

Re: Apache Mod Rewrite Rules

2009-12-07 Thread Christopher Snow
Hi Len, Are you just trying to get ofbiz up and running to try it out? If you are just trying out ofbiz, you don't need to install apache httpd. Cheers, Chris Len Shein wrote: I guess I am a bit confused. I have not installed apache httpd... I am simply starting ofbiz on a windows

Re: Edit WebSite CMS For: CMS Web Site [CmsSite] only working with Firefox

2009-12-07 Thread Jacques Le Roux
Thanks André, Done, I think we should try to upgrade Dojo Jacques () ascii ribbon campaign against HTML e-mail /\ www.asciiribbon.org From: André Herbst a...@softmatic.dk Hi Jacques, I found that this issue has already been reported in Jira but now is in status closed:

RE: Apache Mod Rewrite Rules

2009-12-07 Thread Len Shein
No I have built an ecommerce application which is up and running in development and now I would like to move it a production server. My understanding of it was Apache/Tomcat is built into ofbiz and simply starting ofbiz everything is now ready. I now need to add the rewrite modules.. I

RE: Apache Mod Rewrite Rules

2009-12-07 Thread Len Shein
I think I might be completely off base I am running ofbiz with it's internal Tomcat server. I am trying to add some rewrite rules to the server so I think in order to do this I have 2 options: Install Apache in front of tomcat and let it rewrite and redirect accordingly Or Find where the rules

RE: Apache Mod Rewrite Rules

2009-12-07 Thread Len Shein
How can I add rewrite rules to the Tomcat which is embedded in Ofbiz? Do I need Apache to do this? Thanks in advance Len -Original Message- From: Raj Saini [mailto:rajsa...@gmail.com] Sent: Monday, December 07, 2009 12:04 PM To: user@ofbiz.apache.org Subject: Re: Apache Mod Rewrite

Re: Apache Mod Rewrite Rules

2009-12-07 Thread Christopher Snow
I don't think you can add rewrite rules to tomcat.. If you do decide to use apache httpd, I would thoroughly recommend reading the apache httpd documentation as mis-configuring can lead to security holes. Cheers, Chris Len Shein wrote: How can I add rewrite rules to the Tomcat which is

RE: Apache Mod Rewrite Rules

2009-12-07 Thread Len Shein
In and all it sounds as if I would like to implement rewrite rule I will need to install Apache httpd in front of the Ofbiz Tomcat, does that sound correct? -Original Message- From: Christopher Snow [mailto:sno...@snowconsulting.co.uk] Sent: Monday, December 07, 2009 12:37 PM To:

Re: Apache Mod Rewrite Rules

2009-12-07 Thread Christopher Snow
IMHO yes. Len Shein wrote: In and all it sounds as if I would like to implement rewrite rule I will need to install Apache httpd in front of the Ofbiz Tomcat, does that sound correct? -Original Message- From: Christopher Snow [mailto:sno...@snowconsulting.co.uk] Sent: Monday,

After loadCartFromOrder missing Shipping Location

2009-12-07 Thread Stephen Rufle
Steps ShoppingCartEvents.loadCartFromOrder(HttpServletRequest, HttpServletResponse) ShoppingCart cart = ShoppingCartEvents.getCartObject(request); String contactMech = cart.getContactMech(SHIPPING_LOCATION); I expected the value of contactMech to be filled with a value from OrderCcontactMech,

Re: Apache Mod Rewrite Rules

2009-12-07 Thread Scott Gray
It looks like there is a filter you can use to achieve this with tomcat: http://tuckey.org/urlrewrite/ I have never tried it though. Regards Scott HotWax Media http://www.hotwaxmedia.com On 8/12/2009, at 7:25 AM, Len Shein wrote: In and all it sounds as if I would like to implement rewrite

Re: Apache Mod Rewrite Rules

2009-12-07 Thread Jeroen van der Wal
Hi Len, It sill puzzles me why you think you need a url rewriting. Do you want a loadbalancer, reverse proxy or image caching? Provide us your scenario, you don't want all the hassle that comes with url rewrite for just exposing Ofbiz to the world. -Jeroen On Mon, Dec 7, 2009 at 7:25 PM, Len

where can i find exmaple on hyperlink form widget tag with confirmation-message attribute

2009-12-07 Thread x x
hello where can i find exmaple of hyperlink form widget tag with confirmation-message attribute ? 10x

Re: Apache Mod Rewrite Rules

2009-12-07 Thread John D. Hays
Jeroen, I can tell you for long established e-Commerce sites old URLs are very important. They are contained in correspondence, blogs, other websites, etc. and you don't want your customer or prospective customer to get lost on the way to the new page they are looking for. On Dec 7,

Re: where can i find exmaple on hyperlink form widget tag with confirmation-message attribute

2009-12-07 Thread Anil Patel
Here is what you are looking for link target=setInvoiceStatus request-confirmation=true confirmation-message=You want to writeoff this invoice number ${invoice.invoiceId}? parameter param-name=invoiceId from-field=invoice.invoiceId/ parameter

RE: Apache Mod Rewrite Rules

2009-12-07 Thread Len Shein
I am currently looking at using an IIS webserver to do my url rewrite and redirects to the Ofbiz Tomcat app server. Do I need any plugins or configuration changes to the underlying Tomcat in Ofibz to accomplish this? -Original Message- From: Jeroen van der Wal

Re: Apache Mod Rewrite Rules

2009-12-07 Thread Christopher Snow
Hi Len, I think the following document should be all you need to follow: http://tomcat.apache.org/connectors-doc/webserver_howto/iis.html Cheers, Chris Len Shein wrote: I am currently looking at using an IIS webserver to do my url rewrite and redirects to the Ofbiz Tomcat app server. Do I

Re: where can i find exmaple on hyperlink form widget tag with confirmation-message attribute

2009-12-07 Thread Jacques Le Roux
Thanks Anil, BTW this is good but there is a bad practice in this code snippet : it should be internationalized... Jacques () ascii ribbon campaign against HTML e-mail /\ www.asciiribbon.org From: Anil Patel anil.pa...@hotwaxmedia.com Here is what you are looking for link

max no. of threads on ofbiz server !

2009-12-07 Thread Prashant Punekar
Hi, At a given point of time, do I know how many threads are spawned on ofbiz server? Does webtools have this information readily available? In ofbiz-container.xml we have set the max thread size as 100. During some peak times the traffic is high and the users are not able to browse thru' the

Re: After loadCartFromOrder missing Shipping Location

2009-12-07 Thread Bilgin Ibryam
Stephen Rufle wrote: Steps ShoppingCartEvents.loadCartFromOrder(HttpServletRequest, HttpServletResponse) ShoppingCart cart = ShoppingCartEvents.getCartObject(request); String contactMech = cart.getContactMech(SHIPPING_LOCATION); I expected the value of contactMech to be filled with a value