BTW, trying to concatenate 2 strings using a + is a common mistake - I
think it would worth some sort of FAQ/note on the specification about
how to correctly do it.

On Mon, 2004-08-23 at 14:58, Keith wrote:

> <c:set var="name" value="${firstname} ${lastname}" />
> 
> There's no JSTL concatenation operator (that I know). Whatever you want the separator
> between them to be, just put it there. In this instance, it's a space.
> 



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

Reply via email to