Re: [Tiles] Dynamic values for put tag?

2003-02-19 Thread Cedric Dumoulin
Duane Morin wrote: Hi all, I'm new to the list, so apologies if I say something silly. Last night I found myself needing to take a bunch of query parameters from an incoming request and map them to tiles:put parameters, like this: % Enumeration e = request.getParameterNames(); for

[Tiles] Dynamic values for put tag?

2003-01-30 Thread Duane Morin
Hi all, I'm new to the list, so apologies if I say something silly. Last night I found myself needing to take a bunch of query parameters from an incoming request and map them to tiles:put parameters, like this: % Enumeration e = request.getParameterNames(); for (;e.hasMoreElements;) {