• 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
Conditional around opening part of another component only?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Conditional around opening part of another component only?


  • Subject: Conditional around opening part of another component only?
  • From: John Pollard <email@hidden>
  • Date: Tue, 19 Mar 2013 11:35:43 +0000

Is there any way to conditionally determine the opening html for a component only, not the whole thing?:

<wo:if condition="...">
   <wo:ERXHyperlink ...abc>
</wo:if>
<wo:else>
  <wo:ERXHyperlink ...xyz>
</wo:else>
  ... bunch of html that applies to both the above conditions
</wo:ERXHyperlink>

Trying it, I can't, I am told that the  <wo:ERXHyperlink ...abc> at the top is missing its closing tag, so presumably it has to be complete within the if clause.

My only solution seems to be to take the "  ... bunch of html that applies to both the above conditions" and put it into a different component, but that is a pain because that html invokes many methods from this component.

It feels like it would be nice to turn chunks of html into local html-only-components, that are part of the same WOComponent, but can be referenced more than once.

Thanks
John
 _______________________________________________
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

  • Follow-Ups:
    • Re: Conditional around opening part of another component only?
      • From: Johann Werner <email@hidden>
  • Prev by Date: Re: Migrating WO app to 10.8.2 on new server from 10.5, using Wonder
  • Next by Date: Re: Conditional around opening part of another component only?
  • Previous by thread: Mobile devices and WO survey
  • Next by thread: Re: Conditional around opening part of another component only?
  • Index(es):
    • Date
    • Thread