Re: JSTL String concatenation

2004-09-20 Thread Kris Schneider
For reference, here's a snippet from the JSTL 1.0 Spec., Section 3.1 Expressions and Attribute Values: It is also possible for an attribute to contain more than one EL expression, mixed with static text. For example, the following would display "Price of productName is productPrice" for a list of

Re: JSTL String concatenation

2004-09-20 Thread Adrian KamiƄski
> > > a href= XX > > > > > where XX is the problem bit. I want to concatenate "/" + path + > "${sound.fileName}" so that the href gets the full path and but only the > filename is displayed. Hi, Please look at this article maybe it helps you some way: http://www.samspublishing

Re: JSTL String concatenation

2004-09-20 Thread Kris Schneider
Quoting andy wix <[EMAIL PROTECTED]>: > Hi, > > I have been trying for about 4 hours to get something to work that would > take about 4 minutes using scriplets! (and I can find no reference to this > in my Core Jstl book). > > Basically, I have an arraylist of sound objects in the session an