[jsr-314-open] <h:dataTable> binding vs. ui:repeat

Dan Allen dan.j.allen at gmail.com
Fri Aug 28 18:16:41 EDT 2009


>
> I sent a mail to Kin-Man that we can't pass parameters from the
> framework to the method-expression. So, we can now do:
>
> #{bb.action(myparam)}
>
> to call a method with signature:
>
> public String action(String myparam) {}
>
> but we can not do:
>
> #{bb.valueChangeListener(myparam)}
>
> to call a method with signature:
>
> public void valueChangeListener(ValueChangeEvent ev, String myparam) {}
>
> only with signature:
>
> public void valueChangeListener(String myparam) {}
>
> so what we loose is the ValueChangeEvent, which was provided by the
> JSF framework as a parameter to the invoke-call in the
> Method-Expression instance (we will only receive the parsed
> parameters).


Beautifully stated.

>
> I already got mail by Kin-Man - he said this won't be included, we are too
> late.
>

I don't get it. Why are JSR-299 and JSR-330 allowed to change so drastically
before Java EE 6, yet we need one small change in EL and it can't happen.
This is crap. If we all agree this change would be valuable, I want to see
it included. Whose arm do we have to twist?

-Dan

-- 
Dan Allen
Senior Software Engineer, Red Hat | Author of Seam in Action
Registered Linux User #231597

http://mojavelinux.com
http://mojavelinux.com/seaminaction
http://in.relation.to/Bloggers/Dan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jsr-314-open-mirror/attachments/20090828/e34a8545/attachment.html 


More information about the jsr-314-open-mirror mailing list