On Thu, 15 Aug 2002, Þorgils Völundarson wrote:

> how can I store multiple data items from jstl xml query in a vector to
> be used later in a servlet to f.x. sort the data?

I'm not sure what "f.x." means, but in general, this sort of operation is
probably best performed entirely in a servlet.  Servlets are better suited
than JSTL for building and performing complex operations on data
structures.

-- 
Shawn Bayern
"JSTL in Action"   http://www.jstlbook.com


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

Reply via email to