Thomas Andraschko

Results 342 comments of Thomas Andraschko

@volosied about PostRestoreStateEvent -> https://issues.apache.org/jira/browse/MYFACES-4625

@volosied no idea about the PostAddToViewEvent we should dig into Leos comments here: https://issues.apache.org/jira/browse/MYFACES-2638

here is also a old mail from Leo about it: ``` PostAddToView should be called only once, when the component is added to the view. But when the view is...

i think in general PostAddToViewEvent works fine for both Impls and normal components, which is also quite good documented in the javadoc. The question is: when exactly is it required...

did it pass before the upgrade? Otherwise lets merge and try to fix all TCKs after M1?

currently there is no success severity in JSF

see https://github.com/jakartaee/faces/issues/1592

+1 to update the theme propably we will support SUCCESS quite early for other components, when 5.0 is on the road

@BalusC i would like to work on this. How should we proceed? introduce a StateHelper, same like on Components? Wouldnt be that much work and we have the same API....

There is also another problem when e.g. dealing with a validator inside UIRepeat in our MF ValidatorTagHandlerDelegate we check the disabled flag on build-time but the disabled EL might reference...