Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

append string using <c> tag

843830Dec 11 2006 — edited Dec 11 2006
Hi,
I've a code like this
<td>
<c:set var="author" value="${blogEntry.authorDetails}"/> <c:out value="${author.firstName}"/>&nbsp;
<c:out value="${author.lastName}"/>
</td>

the problem is both first name and last name are strings,word wrapping is not done perfectly.

For instance if it is,
"James Gosling"
then it may come like ,
James Gosli
ng

so is it possible to append both the string using jstl?

Thanks,
mms.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 8 2007
Added on Dec 11 2006
1 comment
203 views