>>param[myQuery]

The var is set in a servlet so it's available via requestScope.
Is the syntax the same as param[myQuery]?

Quoting Rahul P Akolkar <[EMAIL PROTECTED]>:

>> On 4/28/05, David Schwartz <[EMAIL PROTECTED]> wrote:
>> > The myQuery param is actually a variable.
>> > It would look like...
>> > <c:set var = "myQuery" value = "${paramList}_Query" />
>> >
>> > If the request param has a "_Query" suffix then i want to display the
>> rows.
>> >
>> <snip/>
>>
>> Fun :-) Then access value of the param whose name is contained in the
>> variable myQuery using the [ ] operator, like so:
>>
>> param[myQuery]
>>
>> -Rahul
>>


David Schwartz
Array Software Inc.
http://www.arrayone.com

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

Reply via email to