You are viewing a plain text version of this content. The canonical link for it is here.
Posted to taglibs-user@tomcat.apache.org by Dave Newton <da...@solaraccess.com> on 2002/10/09 16:32:11 UTC

Re: JSTL and HashMap: How does it work?

Eric.Lewis@swissinfo.ch wrote:

>chart = <c:out value="${stock.charts["1M"]}"/>
>
>I get
>
>javax.servlet.ServletException: /jsp/financialdata/show.jsp(33,40) Attribute
>1M has no value
>
I'm way out of my area of expertise here, but I was immediately 
concerned about the double
quotes--does chart = <c:out value='${stock.charts["1M"]}'/> work?

Dave



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


JSTL sql

Posted by Stefan <ni...@studioweb.com>.
Hi,

Is there a way to set an 'order by' in JSTL much like you would with SQL: 
ORDER BY birthdate DESC

Thanks,


Stef



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>