How about:

 <c:out value="${member.address1} escapeXml="true"/>
 <br/>
 <c:out value="${member.address2} escapeXml="true"/>

Pedro


On 11/10/04 2:23 pm, "Tom Holmes Jr." <[EMAIL PROTECTED]> wrote:

> I have a <c:out> tag that looks like this:
> <c:out value="${member.address1} ${member.address2} escapeXml="true"/>
> 
> Rather than having these two address lines on one line, I'd like to
> include a line break so that I get two lines.  I've tried a few things
> and can't seem to get it to work.  I've included <br/> and '\n' and it's
> not working.
> 
> If you know how to make this work, I'd appreciate the help.
> 
> Thanks.
> 
>                   Tom
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to