Re: [Q] overriding appendToResponse(...); can I kill the .wo?
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.