Didn't "listeners.formSubmitted" work in 3.0 though? 

        So in 3.0:

        <binding name="listener" value="listeners.formSubmitted"/>
        <binding name="listener" value="ognl:listeners.formSubmitted"/>

        Both worked.

        In 4.0:

        <binding name="listener" value="formSubmitted"/>
        <binding name="listener" value="ognl:listeners.formSubmitted"/>

        So unless I'm misunderstanding this change, we deprecated one of two
3.0 formats, and introduced one new one. So if you happened to use the old
format (listneres.formSubmitted) and upgraded to 4.0 it'd stop working,
wouldn't it?

        Or did I miss something in the explanation?

        --- Pat

> -----Original Message-----
> From: Geoff Longman [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, May 10, 2005 9:29 AM
> To: Tapestry users
> Subject: Re: 4.0: listeners
> 
> compatibility with 3.0 is not broken since
> 
> ognl:listeners.formSubmitted
> 
> still works.




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

Reply via email to