On 7/22/06, Jesse Kuhnert <[EMAIL PROTECTED]> wrote:
One of the largest quircks that I've seen come up again and again is when people use listener= on their submit buttons vs action=. Can there really be that many scenerios where a DirectLink wouldn't do just as well as a @Submit with listener=? I'd like to sneakily just drop out the current behaviour of listener="" on these submits(Submit/LinkSubmit/ImageSubmit) and make them all use action under the covers, deprecating action="" in favor of the other more "consistent" naming convention.
Great idea... I find the action more intuitive to use than the listener. I don't know any case where I would need a listener instead of an action. Henri.
