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 protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/webobjects%40pdadevelopments.co.nz
This email sent to [EMAIL PROTECTED]
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com
This email sent to [email protected]