String concatenation

2004-08-23 Thread David Schwartz
Is there a way to concatenate strings in JSTL 1.1?
For example, 

David Schwartz

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



Re: String concatenation

2004-08-23 Thread Serge Knystautas
David Schwartz wrote:
Is there a way to concatenate strings in JSTL 1.1?
For example, 

--
Serge Knystautas
Lokitech >> software . strategy . design >> http://www.lokitech.com
p. 301.656.5501
e. [EMAIL PROTECTED]
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: String concatenation

2004-08-23 Thread Kris Schneider


Quoting David Schwartz <[EMAIL PROTECTED]>:

> Is there a way to concatenate strings in JSTL 1.1?
> For example, 
> 
> David Schwartz

-- 
Kris Schneider 
D.O.Tech   

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



Re: String concatenation

2004-08-23 Thread Keith
You were close:



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.

Keith


-- Original Message ---
From: David Schwartz <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Sent: Mon, 23 Aug 2004 13:37:30 -0400
Subject: String concatenation

> Is there a way to concatenate strings in JSTL 1.1?
> For example, 
> 
> David Schwartz
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
--- End of Original Message ---


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



Re: String concatenation

2004-08-24 Thread Felipe Leme
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:

> 
> 
> 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]