Return-Path: Delivered-To: apmail-struts-user-archive@www.apache.org Received: (qmail 15703 invoked from network); 2 Nov 2009 13:26:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 2 Nov 2009 13:26:24 -0000 Received: (qmail 62131 invoked by uid 500); 2 Nov 2009 13:26:21 -0000 Delivered-To: apmail-struts-user-archive@struts.apache.org Received: (qmail 62066 invoked by uid 500); 2 Nov 2009 13:26:20 -0000 Mailing-List: contact user-help@struts.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Struts Users Mailing List" Reply-To: "Struts Users Mailing List" Delivered-To: mailing list user@struts.apache.org Received: (qmail 62056 invoked by uid 99); 2 Nov 2009 13:26:20 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Nov 2009 13:26:20 +0000 X-ASF-Spam-Status: No, hits=-1.5 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of zhlwish@gmail.com designates 209.85.160.48 as permitted sender) Received: from [209.85.160.48] (HELO mail-pw0-f48.google.com) (209.85.160.48) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Nov 2009 13:26:16 +0000 Received: by pwj12 with SMTP id 12so2128569pwj.27 for ; Mon, 02 Nov 2009 05:25:56 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:reply-to:in-reply-to :references:from:date:message-id:subject:to:content-type; bh=DrA5Hx3BvGeESA80olBhclhrgq1SNo/JuqMEANobBs4=; b=WUtM4Vze6UQQpP7YIonbuiRViWxR/Q3PYfPlKY/HtRhgvPHXvkCFD8iARKV3AHZv0w fucf0cYOM2BAgsYZQlvw8xVYSbVILiwvvpF/mf9Fg44Wl3Tg0nu6pHFJ2gcA5paHzZNL v9kiQTyq0cXfc4wmtMRvqh7dCzO+fBReiwbhQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:reply-to:in-reply-to:references:from:date:message-id :subject:to:content-type; b=WKj7zcgrjNiEX9VfbUl7FoahTCE9EQk7FSVz6O4Dr4AvoQBNe7y74lnkRKQcVgZOJ5 aAsJJGsEtsx8oBIJpK76Fq00PxgC4Y6L5ztnGFRq4marTB/QnPToqY+yNIjsWBTxORzf RoJfrQDkjoTdcStZec4hDwCe4Lit8mGnA/m6I= MIME-Version: 1.0 Received: by 10.140.199.17 with SMTP id w17mr235964rvf.284.1257168356089; Mon, 02 Nov 2009 05:25:56 -0800 (PST) Reply-To: zhlwish@gmail.com In-Reply-To: <26156899.post@talk.nabble.com> References: <26156899.post@talk.nabble.com> From: =?UTF-8?B?5ZGo5Lqu?= Date: Mon, 2 Nov 2009 21:25:36 +0800 Message-ID: <7989bc560911020525p18306590g4d2d9efddddbae64@mail.gmail.com> Subject: Re: Tags html into tags JSP To: Struts Users Mailing List Content-Type: text/plain; charset=UTF-8 hi: you can try this attribute of c:out tag: escapeXml="false" good luck 2009/11/2 peibel80 : > > Hi, > > I have a variable with tags html. > > String oldDate = "Cod=23
Des=Area 22" > > and I use this tag jsp: > > > > but does not paint the line break, it paint
> > What could I use to paint the line break?? > > Thanks, > > -- > View this message in context: http://old.nabble.com/Tags-html-into-tags-JSP-tp26156899p26156899.html > Sent from the Struts - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: user-unsubscribe@struts.apache.org > For additional commands, e-mail: user-help@struts.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@struts.apache.org For additional commands, e-mail: user-help@struts.apache.org