• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: WOImage inline binding: src-attribute not recognized
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: WOImage inline binding: src-attribute not recognized


  • Subject: Re: WOImage inline binding: src-attribute not recognized
  • From: Guido Neitzer <email@hidden>
  • Date: Tue, 19 Feb 2008 11:21:37 -0700

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:
    com.webobjects.appserver.parser.woml.WOMLTemplateParserException:
      Main: 7:3: Could not generate an element named: WOHyperlink

Caused by: com.webobjects.appserver._private.WODynamicElementCreationException:
<com.webobjects.appserver._private.WOHyperlink> Missing required attribute:
'action' or 'href' or 'pageName' or 'directActionName' or 'actionClass'


report heading for Radar ... Gavin

And it has the same workaround:

<a href="[href]">Apple</a>

with:

    public String href () {
    	return "http://www.apple.com";;
    }

I've filed a bug (#5655740) on that too a while ago.

There is another "problem" with WOHyperlink, that it appends a wosid to external links and possibly break them. And I know that you can add "?wosid = false;" to prevent that.

Personally I think that this is a bug and I think that everybody should be aware of it and file a bug when they think this is the wrong behaviour.

cug

_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


References: 
 >WOImage inline binding: src-attribute not recognized (From: Dennis Cruel <email@hidden>)
 >Re: WOImage inline binding: src-attribute not recognized (From: Gavin Eadie <email@hidden>)

  • Prev by Date: Re: WOImage inline binding: src-attribute not recognized
  • Next by Date: Re: Database Independence
  • Previous by thread: Re: WOImage inline binding: src-attribute not recognized
  • Next by thread: Sample template files for JavaEOGenerator
  • Index(es):
    • Date
    • Thread