Re: WOImage inline binding: src-attribute not recognized

2008-02-19 Thread Gavin Eadie
There is an exact parallel failure with wo:WOHyperlink href = http://www.apple.com; / com.webobjects.appserver._private.WOComponentRequestHandler: Exception occurred while handling request: com.webobjects.appserver.parser.woml.WOMLTemplateParserException: Main: 7:3: Could not

Re: WOImage inline binding: src-attribute not recognized

2008-02-19 Thread Guido Neitzer
On 19.02.2008, at 10:56, Gavin Eadie wrote: There is an exact parallel failure with wo:WOHyperlink href = http://www.apple.com; / com.webobjects.appserver._private.WOComponentRequestHandler: Exception occurred while handling request:

Re: WOImage inline binding: src-attribute not recognized

2008-02-18 Thread Dennis Cruel
I filed a bug report. The only workaround i found is to not use inline-bindings for components which use WOImage. Guido Neitzer schrieb: On 15.02.2008, at 03:18, Dennis Cruel wrote: Is this a bug or am i missing something? Seems like a bug. I get the same. Did you report it to Apple?

Re: WOImage inline binding: src-attribute not recognized

2008-02-18 Thread Guido Neitzer
On 18.02.2008, at 02:52, Dennis Cruel wrote: I filed a bug report. The only workaround i found is to not use inline-bindings for components which use WOImage. You can write img src=[methodReturningTheDynamicPath] / That works here. cug -- Real-World WebObjects class at the Big Nerd

Re: WOImage inline binding: src-attribute not recognized

2008-02-18 Thread Dennis Cruel
thanks, works here too. but since i fell in love with mikes component-validation for wolips i try to avoid this syntax. Guido Neitzer schrieb: On 18.02.2008, at 02:52, Dennis Cruel wrote: I filed a bug report. The only workaround i found is to not use inline-bindings for components which

WOImage inline binding: src-attribute not recognized

2008-02-15 Thread Dennis Cruel
When using inline bindings for a WOImage like: wo:WOImage src = /images/icon_info_small.gif border = 0 alt = info / the following exception occurs: com.webobjects.appserver.parser.woml.WOMLTemplateParserException: ImageExample: 1:14: Could not generate an element named: WOImage ... Caused

Re: WOImage inline binding: src-attribute not recognized

2008-02-15 Thread Guido Neitzer
On 15.02.2008, at 03:18, Dennis Cruel wrote: Is this a bug or am i missing something? Seems like a bug. I get the same. Did you report it to Apple? cug -- Real-World WebObjects class at the Big Nerd Ranch March 2008, Frankfurt, Germany http://www.bignerdranch.com/classes/webobjects.shtml