Stripes

BindingAndValidation interceptors don't fire with @DontBind

Details

Description

When an even fires that is annotated with @DontBind, interceptors that intercept the BindingAndValidation lifecycle stage do not fire because that stage is completely skipped. @DontBind should act similarly to @DontValidate, which does not prevent interceptors from firing.

Activity

Hide
Ben Gunter added a comment - 28/Mar/08 8:58 AM

Made a simple change to ensure that LifecycleStage.BindingAndValidation executes even if binding is disabled for the request.

Show
Ben Gunter added a comment - 28/Mar/08 8:58 AM Made a simple change to ensure that LifecycleStage.BindingAndValidation executes even if binding is disabled for the request.

People

Vote (0)
Watch (0)

Dates

  • Created:
    28/Mar/08 8:40 AM
    Updated:
    04/Jan/11 1:08 PM
    Resolved:
    28/Mar/08 8:58 AM