Re: question about appendToResponse?
Re: question about appendToResponse?
- Subject: Re: question about appendToResponse?
- From: Jean-François Veillette <email@hidden>
- Date: Fri, 12 Nov 2004 08:19:39 -0500
look at the WOResponse api, it's ' aResponse.contentString() ' defined
actually in WOMessage.
- jfv
Le 04-11-12, à 00:08, Kevin Xiaowen Ren a écrit :
Hi,
I want to change some specific characters like <URL> to hyperlink
before the generated HTML display.
I try to do this in
public void appendToResponse(WOResponse response, WOContext context)
method.
like using
response.appendContentString(NSArray.componentsSeparatedByString(theHTM
LCode, "<URL>").componentsJoinedByString(hyperlink))
But how can I get this theHTMLCode?when to call
super.appendToResponse(response, context);
thanks
Kevin Xiaowen Ren
Programmer
Black Albatross
64-3- 479 5468
www.blackalbatross.com
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
email@hidden
This email sent to email@hidden
_______________________________________________
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