• 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: [Q] overriding appendToResponse(...); can I kill the .wo?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Q] overriding appendToResponse(...); can I kill the .wo?


  • Subject: Re: [Q] overriding appendToResponse(...); can I kill the .wo?
  • From: Chuck Hill <email@hidden>
  • Date: Mon, 30 Jun 2003 22:15:53 -0700

That is a good question.  I don't recall doing that, but I'd guess that it
would be OK as long as you did not call super.appendToResponse (or
takeValues or invokeAction but it seems like you are not doing that).  I'd
try it and see what happens.  If WO complains you can just add this
overridden method to your component:

public WOElement template() {
    return templateWithHTMLString("", "", NSArray.EmptyArray());
}


Chuck


At 04:54 PM 01/07/2003 +1200, Andrew Lindesay wrote:
>Hello;
>
>I'm overriding "appendToResponse(...)" to generate my own marked-up
>output on some fairly fiddly components.  Assuming I keep the ".api"
>file to define my external bindings, is there anything wrong with
>deleting the ".wo" files?
>
>cheers.
>
>___
>Andrew Lindesay
>http://www.lindesay.co.nz/
>+64 21 47 0929
>_______________________________________________
>webobjects-dev mailing list | email@hidden
>Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/webobjects-dev
>Do not post admin requests to the list. They will be ignored.
>

--

Chuck Hill                                 email@hidden
Global Village Consulting Inc.             http://www.global-village.net
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.

References: 
 >[Q] overriding appendToResponse(...); can I kill the .wo? (From: Andrew Lindesay <email@hidden>)

  • Prev by Date: Re: Dire web service help...
  • Next by Date: Deploying on Windows
  • Previous by thread: [Q] overriding appendToResponse(...); can I kill the .wo?
  • Next by thread: Deploying on Windows
  • Index(es):
    • Date
    • Thread