Hi *, for better ajax integration tobago has a own lifecycle implementation, since 1.0.11-SNAPSHOT see [1].
Now i'm searching for the best way to configure the use of the implementation. According to the spec the lifecycle is taken from the LifecylceFactory using a lifcycleId, but i can't find a way to specify the lifecycle id to use. Currently tobago has a own LifecycleFactory (this was easy to configure) to return the TobagoLifecycle when the defaultLifecycle is requested, but i would prefer to have a own lifecycle id, and inject the tobagoLifecycle into the default LifcycleFactory on application startup. Regards, Volker [1]:https://issues.apache.org/jira/browse/TOBAGO-312

