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]