My understanding is that t:buffer immediately creates the bean target
of into during the render phase.
Are you asking to have the buffered value available on the next
request? It doesn't seem like there'd be much point in capturing the
value into the bean for this request.
If it's the next request, add a t:updateActionListener or
f:setPropertyActionListener to copy the into bean into #{bean['key']}
on submit.
On 8/30/07, bajistaman <[EMAIL PROTECTED]> wrote:
>
> Is there a way to do <t:buffer into="#{bean['key']"> so I can store the
> content using some key inside a map?, the bean extends HashMap.
>
> Thanks,
>
> Johann
> --
> View this message in context:
> http://www.nabble.com/%3Ct%3Abuffer-into%3D%22-%7Bbean-%27key%27-%22%3E---tf4354157.html#a12406821
> Sent from the MyFaces - Users mailing list archive at Nabble.com.
>
>