AjaxComponent and handleRequest

2012-11-07 Thread David Avendasora
Hi all, I've been struggling with this for a couple days figuring that I'll get it with just one more change, but alas, no dice. I've got a component that I'm going to be using in several places that wraps the AjaxTree component. I'm passing in an EO and a key and it will create a form that wi

Re: Default WOString Behaviour

2012-11-07 Thread Ramsey Gurley
On Nov 7, 2012, at 8:41 AM, Ramsey Gurley wrote: > I would not advise making escapeHTML=true by default. Bass ackwards… don't make escapeHTML=false the default. ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev maili

Re: Wonder 5.8.1 is out in the wild

2012-11-07 Thread Pascal Robert
Le 2012-11-07 à 16:30, Oscar González a écrit : > Hi all, > Where can I downloads the binaries for wonder 5.8.1? > Because, I can't build the Wonder Framework ERExtensions in eclipse with the > "WOLips tools --> Install" option. It throw an error. You can't build Wonder like a regular WO proje

Re: Sanity check: "Redirection URL" in "Load Balancing and Adaptor Settings"

2012-11-07 Thread Paul Hoadley
On 08/11/2012, at 3:17 AM, Ramsey Gurley wrote: > I use apache asis for a maintenance page. It's a bit of a sledgehammer, since > I use it to redirect all traffic for all apps thru apache to the maintenance > page, but it works for me. Thanks Ramsey. -- Paul Hoadley http://logicsquad.net/

Re: Sanity check: "Redirection URL" in "Load Balancing and Adaptor Settings"

2012-11-07 Thread Paul Hoadley
Hi Patrick, On 07/11/2012, at 8:22 PM, Patrick Middleton wrote: > How are you deploying? My deployments are seriously old-skool, 4.x-style, > with Apache and mod_WebObjects. Same. > mod_WebObjects can be configured in three ways to know what applications and > instances are available (see t

RE: Wonder 5.8.1 is out in the wild

2012-11-07 Thread Oscar González
Thanks. Oscar. > Subject: Re: Wonder 5.8.1 is out in the wild > From: j...@oyosys.de > Date: Wed, 7 Nov 2012 22:36:03 +0100 > CC: prob...@macti.ca; webobjects-dev@lists.apple.com > To: racso...@hotmail.com > > You can always download the compiled binaries from the wocommunity jenkins > server.

Re: Wonder 5.8.1 is out in the wild

2012-11-07 Thread Johann Werner
You can always download the compiled binaries from the wocommunity jenkins server. This is for the master branch: http://jenkins.wocommunity.org/job/Wonder/ Am 07.11.2012 um 22:30 schrieb Oscar González : > Hi all, > Where can I downloads the binaries for wonder 5.8.1? > Because, I can't build

Re: Wonder 5.8.1 is out in the wild

2012-11-07 Thread Paul Yu
Build has to work, right? Since it builds on Jenkins on wocommunity. I had to delete the contents of my Roots directory to get the projects to build. On Nov 7, 2012, at 4:30 PM, Oscar González wrote: > Hi all, > Where can I downloads the binaries for wonder 5.8.1? > Because, I can't build the W

RE: Wonder 5.8.1 is out in the wild

2012-11-07 Thread Oscar González
Hi all,Where can I downloads the binaries for wonder 5.8.1?Because, I can't build the Wonder Framework ERExtensions in eclipse with the "WOLips tools --> Install" option. It throw an error. BUILD FAILED/Users/cesar/WonderSource/Frameworks/Core/ERExtensions/build.xml:17: The following error occ

Re: Sanity check: "Redirection URL" in "Load Balancing and Adaptor Settings"

2012-11-07 Thread Ramsey Gurley
I use apache asis for a maintenance page. It's a bit of a sledgehammer, since I use it to redirect all traffic for all apps thru apache to the maintenance page, but it works for me. In the site.conf I have #Bind mod_asis to files ending in .asis AddHandler send-as-is asis #Add Aliases/AliasMatch

Re: Default WOString Behaviour

2012-11-07 Thread Ramsey Gurley
Hi Daniele,   does not render as a non breaking space when serving a page as application/xhtml+xml mime type. Only the core named xml entities (> < " etc…) render correctly. You should use the numbered entity   for compatibility. I know Wonder uses a lot of named HTML entities, but if you ever

Re: Default WOString Behaviour

2012-11-07 Thread Johann Werner
Hi Daniele, Am 07.11.2012 um 14:42 schrieb Daniele Corti : > Hi list, > maybe stupid question, but, is there a way to define the default behaviour of > WOString? > > I mean WOString binding have as default: > > escapeHTML = true; > valueWhenEmpty = ""; > > In most parts of my WebApps I defin

Default WOString Behaviour

2012-11-07 Thread Daniele Corti
Hi list, maybe stupid question, but, is there a way to define the default behaviour of WOString? I mean WOString binding have as default: escapeHTML = true; valueWhenEmpty = ""; In most parts of my WebApps I define escapeHTML = "$false" and valueWhenEmpty = " ", not just in Tables, to get correc

Re: Sanity check: "Redirection URL" in "Load Balancing and Adaptor Settings"

2012-11-07 Thread Patrick Middleton
Yes, that used to puzzle me. How are you deploying? My deployments are seriously old-skool, 4.x- style, with Apache and mod_WebObjects. mod_WebObjects can be configured in three ways to know what applications and instances are available (see the matching apache.conf). One is to poll the l