I think that there is a trade off between making things easier for 3.0 app
transition and making things easier for new 4.0 development. It's probably a
catch 22. Just typing the actual listener method name is much shorter and
less likely prone to fat fingering than the 3.0 way.
I'd say it's really not that big of a deal either way and definately not
worth worrying about. ;)
Gregg
On 5/10/05, Konstantin Iignatyev <[EMAIL PROTECTED]> wrote:
>
> Then I would say that compatibility with 3.0 is unnecessary broken. It
> is very easy to put something like this inside of T4
> if( expression.startsWith( "listeners"){
> expression = expression.substr( 9 );
> }
>
> and that will make migration path easier for many.
>
> Gregg D Bolinger wrote:
>
> >Yes, that is corrrect. Using must formSubmitted works. Any of the methods
> >Geoff stated work.
> >
> >Gregg
> >
> >On 5/10/05, Robert Zeigler <[EMAIL PROTECTED]> wrote:
> >
> >
> >>I'll confess to not following many of the 4.0 changes extremely closely,
> >>but...
> >>have you tried:
> >><binding name="listener" value="formSubmitted"/> ?
> >>I seem to recall the listener change needing only the method name
> >>now...? (Someone correct me if I'm wrong... I'm in a hurry and "shooting
> >>from the hip" on this one)
> >>
> >>Robert
> >>
> >>
> >>
>
> --
> Thanks,
>
> Konstantin Ignatyev
>
> http://www.kgionline.com
>
> PS: If this is a typical day on planet earth, humans will add fifteen
> million tons of carbon to the atmosphere, destroy 115 square miles of
> tropical rainforest, create seventy-two miles of desert, eliminate between
> forty to one hundred species, erode seventy-one million tons of topsoil, add
> 2.700 tons of CFCs to the stratosphere, and increase their population by
> 263.000
>
> Bowers, C.A. The Culture of Denial:
> Why the Environmental Movement Needs a Strategy for Reforming Universities
> and Public Schools.
> New York: State University of New York Press, 1997: (4) (5) (p.206)
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>