Re: toHTMLString
Re: toHTMLString
- Subject: Re: toHTMLString
- From: Sacha Mallais <email@hidden>
- Date: Wed, 22 Jun 2005 11:17:49 -0700
On Jun 22, 2005, at 11:13 AM, Dev WO wrote:
Hi,
this might be an "almost stupid" question, but I'm pretty good at
them, so let's ask it:)
I have a method in my framework to create a string based on other
string.
The purpose is to create the entire link string "<a
href="urlString" title="titleString" lang="langString">, based on
the url, the title and the lang.
My concern here is that I need the urlString to be "escapeHTML",
and only this one (for example to encode correctly the & inside a
URL). I couldn't find a toHTMLString method...
anyone has a pointer?
There's a URLEncoder class in the standard Java libraries.
sacha
_______________________________________________
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