Re: Question about bsh script usages.

2007-07-03 Thread sumit pandit
Len, The Jonathon is right. bean BSH gives vary flexible behaviour in compare to java class. it is almost same as the java. since there is no need to compile therefore it is good for quick response On 7/3/07, Jonathon -- Improov [EMAIL PROTECTED] wrote: You can create Java classes in bsh, and

RE: content management (cms)

2007-07-03 Thread David Künzler
Al, is there some documentation for the ftl @render... functions? I read the change log, docs.ofbiz, ML but didn't find much. My question for the moment is: @renderSubContentAsText contentId=10040 mapKey=news / == renders the news subcontent. BUT: @renderSubContent contentId=10040

Re: Strange behaviour in eCommerce

2007-07-03 Thread Jacques Le Roux
I forgot url.properties, thanks David ! Jacques De : David E Jones [EMAIL PROTECTED] Do you have url.properties and the WebSite record for the webapp setup as needed? -David Jacques Le Roux wrote: Hi All, I'm not sure if it comes from my implementation (though there is nothing

Re: how can i call java method withou using service engine

2007-07-03 Thread Scott Gray
Here's an example: request-map uri=login security https=true auth=false/ event type=java path=org.ofbiz.webapp.control.LoginWorker invoke=login/ response name=success type=view value=main/ response name=requirePasswordChange type=view value=requirePasswordChange/

RE: content management (cms)

2007-07-03 Thread David Künzler
Al, everyone, another thing that looks strange to me is that @limitedSubContent ... takes an argument subContent which is used as the contentAssoc TO and returns the contentAssoc FROM. This indicates that contentAssoc TO is the subcontent but then I get back the parent content and from the name of

Re: Entity Engine SQL Processor

2007-07-03 Thread Cameron Smith
OK, I have opened JIRAs for these two issues, since no-one could explain them (thanks everyone for the suggested workarounds - they are handy for immediate use but do not resolve the funamental bugs). https://issues.apache.org/jira/browse/OFBIZ-1121

Ofbiz -Technical Limitations

2007-07-03 Thread Amit Gangadhar Mehetre
Hello there, What are the technical constraints or limitation of ofbiz when I talk about Deployment, Data migration, System integration or third party integration(payment processing). Any suggestions are welcomed. Cheers Amit CAUTION - Disclaimer

RE: how to add an application in ofbiz

2007-07-03 Thread Amit Gangadhar Mehetre
Thank you for valuable replies I have successfully integrated an application into the ofbiz ecommerce . also I could customize the ecommerce application now Thanks again Cheers, amit -Original Message- From: sumit pandit [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 03,

Re: How can i access ofbiz using static ip from external system

2007-07-03 Thread Amit Shinde
This should be pretty straight-forward. Irrespective of static or not, you can access the system (if in the same LAN, incase the IP is not public) that is hosting OFBiz by going to http://IP_Address_Of_System_Hosting_OFBiz:PortNumber/ecommerce/control/main for eg-

how to remove orders

2007-07-03 Thread sqlien
Hi, I want to know how to remove an order ? Thanks -- View this message in context: http://www.nabble.com/how-to-remove-orders-tf4019618.html#a11416410 Sent from the OFBiz - User mailing list archive at Nabble.com.

Re: how to remove orders

2007-07-03 Thread Chris Howe
There are not many things in OFBiz that you actually want to remove. However, you may want to move things to an expired or cancelled status. An order is one of the things you would want to change to a cancelled status. This is done through the order manager. --- sqlien [EMAIL PROTECTED] wrote:

Re: content management (cms)

2007-07-03 Thread Al Byers
Yes, there are definitely some issues there. When I originally coded it, I had the meaning of the two ContentAssoc.contentId/To fields reversed from what it is now and I may not have been consistent. The logic that David Jones came up with is that you take the parent contentId and a mapKey and

RE: content management (cms)

2007-07-03 Thread David Künzler
The mapKey/ContentAssoc usage is clear to me. I use it for the content structure of my web site: my web site publish point - [ContentAssocTo] page 1 - [ContentAssocTo] page n - - [ContentAssocTo] left column content - - [ContentAssocTo] right column content - - - [ContentAssocTo] product

Re: Entity Engine Configuration Guide?

2007-07-03 Thread Gautam Deb
Please refer the following link - http://ofbiz.apache.org/docs/entity.html Regards, Gautam Deb Case Torres wrote: Can someone point me to the Entity Engine Configuration Guide?? TIA, Case Torres http://www.casetorrestech.com [EMAIL PROTECTED]