Thomas Andraschko

Results 342 comments of Thomas Andraschko

commited the internal parsing for now: https://github.com/apache/myfaces/commit/e16b094c0878521fa43859b2c1145771ccc174e9?w=1 waiting for your response, how to use it now

stephan and me did something similar in the past: https://github.com/stephanrauh/BabbageFaces but its not worth adding it in this way in general its quite complex as if the value changes, you...

IMO it would be MUCH easier to e.g. partially use a PrimeVue DataTable inside your JSF view PrimeFaces and any other component would need to implement a "render logic" 2...

added in MyFaces now: https://github.com/apache/myfaces/commit/251c2fa36e5ddfd5e3478ffdbffe81407b14e47f

Really? AFAICS we have a session and application producer in MF: https://github.com/apache/myfaces/blob/master/impl/src/main/java/org/apache/myfaces/cdi/FacesArtifactProducer.java#L59

@BalusC @arjantijms I currently discussed the whole thing with Romain 1) it seems that currently the CDI impl is responsible for providing HttpServletRequest and so on as CDI bean, to...

yep, thats my understanding please doublecheck @arjantijms thefore we need just to replace the current producers for "request" and "session" with implicit resolvers i did it for MF now like...