dev@javaserverfaces.java.net

Re: [REVIEW/629] jsf 1.2 and <jsp:param> not working

From: Ryan Lubke <Ryan.Lubke_at_Sun.COM>
Date: Fri, 21 Sep 2007 00:03:58 -0700

Adam Winer wrote:
> I'm frankly amazed at the claim this worked in 1.1.
> The EL in 1.1 was bound to ExternalContext.getRequestParameterMap(),
> which is always the ServletRequest parameter map, *not* the
> current JSP parameter map - or was there magic in 1.1 that I didn't
> know about?
Not following you here Adam. What JSP parameteter map?
When a JSP include is performed and it specifies parameters, those
params will be present for the life of the include via the ServletRequest.
Because of that, and how we build/rendered the tree in 1.1, it works.

>
> -- Adam
>
>
> Ryan Lubke wrote:
>> Change bundle attached to the issue [1].
>> Please note I've added additional comments to the issue for
>> consideration
>> after having had attached the change bundle.
>>
>>
>> [1] https://javaserverfaces.dev.java.net/issues/show_bug.cgi?id=629
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe_at_javaserverfaces.dev.java.net
>> For additional commands, e-mail: dev-help_at_javaserverfaces.dev.java.net
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe_at_javaserverfaces.dev.java.net
> For additional commands, e-mail: dev-help_at_javaserverfaces.dev.java.net
>