• 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: Non HTML WO Components
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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
References: 
 >Non HTML WO Components (From: "Randy Wigginton" <email@hidden>)

  • Prev by Date: Non HTML WO Components
  • Next by Date: Re: Non HTML WO Components
  • Previous by thread: Non HTML WO Components
  • Next by thread: Re: Non HTML WO Components
  • Index(es):
    • Date
    • Thread