Re: Non HTML WO Components
Re: Non HTML WO Components
- Subject: Re: Non HTML WO Components
- From: Peter McGregor <email@hidden>
- Date: Thu, 09 Mar 2006 11:18:50 +1300
Hi
What I do is just remove all the html tags using Project builder, and
then add my repetitions etc
To return an end of line I bind an eol field in project builder to a
method that returns char(13)
eg
public char eol() {
char c = 13;
return c;
}
To check that it works I go view source in firefox(once the page is
returned)
Other projects(Like rails) need text/text but its not needed with
WebObjects.
Regards
Peter McGregor
Randy Wigginton wrote:
Are there any examples of non-HTML wo pages? I’d like to return a page
of type TEXT/TEXT – ie, non-encoded.
I wish there was a good searchable repository of WO examples with
explanations.
------------------------------------------------------------------------
_______________________________________________
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
_______________________________________________
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