Re: HTML rendering of

2011-10-13 Thread Klaus Berkling
Very nice. Thank you. Sent from my iPhone. On Oct 13, 2011, at 2:40 PM, John Huss wrote: > I found it here: > > http://www.filibeto.org/unix/macos/lib/dev/documentation/WebObjects/Reference/WOJExtensions/WOExtensions.pdf > > On Thu, Oct 13, 2011 at 4:20 PM, Klaus Berkling wrote: > > I can'

Re: HTML rendering of

2011-10-13 Thread John Huss
I found it here: http://www.filibeto.org/unix/macos/lib/dev/documentation/WebObjects/Reference/WOJExtensions/WOExtensions.pdf On Thu, Oct 13, 2011 at 4:20 PM, Klaus Berkling wrote: > > I can't find documentation on bindings for WOMetaRefresh. > > kib > > *"Live as if you were to die tomorrow. L

Re: HTML rendering of

2011-10-13 Thread Klaus Berkling
On Oct 13, 2011, at 12:18 PM, Klaus Berkling wrote: > I have this in my component html: > > > > And this in the wod (ognl at work): > > RefreshMETATag : WOGenericElement { > elementName = "META"; > http-equiv = "Refresh"; > content = "~\"3;\" + redirectURL.toStri

Re: HTML rendering of

2011-10-13 Thread Klaus Berkling
On Oct 13, 2011, at 1:10 PM, Chuck Hill wrote: >> RefreshMETATag : WOGenericElement { >> elementName = "META"; >> http-equiv = "Refresh"; >> content = "~\"3;\" + redirectURL.toString"; > > That OGNL looks odd. Shouldn't that be > content = ~"\"3;" + redirectURL.toString + "\

Re: HTML rendering of

2011-10-13 Thread Chuck Hill
On 2011-10-13, at 12:18 PM, Klaus Berkling wrote: > Hi All. > > I have this in my component html: > > > > And this in the wod (ognl at work): > > RefreshMETATag : WOGenericElement { > elementName = "META"; > http-equiv = "Refresh"; > content = "~\"3;\" + redirec

Re: HTML rendering of

2011-10-13 Thread John Huss
Did you try WOMetaRefresh? On Thu, Oct 13, 2011 at 2:18 PM, Klaus Berkling wrote: > Hi All. > > I have this in my component html: > > > > And this in the wod (ognl at work): > > RefreshMETATag : WOGenericElement { > elementName = "META"; > http-equiv = "Refresh"; > content = "~\"3;\" + redirect