The do it yourself: http://stackoverflow.com/questions/13239975/depedency-inject-request-parameter-with-cdi-and-jsf2
On 7 January 2015 at 10:50, Karl Kildén <[email protected]> wrote: > Hello, > > You can also use: http://showcase.omnifaces.org/cdi/Param > > > > On 7 January 2015 at 10:47, Gerhard Petracek <[email protected]> > wrote: > >> hi damien, >> >> we dropped it, because we consider it as anti-pattern. >> if you >really< need it, you just need to create a std. cdi-producer with >> your own RequestParam annotation as qualifier (or you can use jsf >> view-parameters instead). >> >> regards, >> gerhard >> >> >> >> 2015-01-07 1:41 GMT+01:00 Damien Clement d'Huart < >> [email protected]>: >> >> > Hello Deltaspike Team, >> > >> > I have got a question about the migration of Seam Solder to Deltaspike. >> > >> > In a JSF context application, to inject an url parameter we used the >> JSF's >> > @ManagedProperty annotation. In a full CDI context, this annotation is >> no >> > more available. However, Seam Solder introduces the ability to inject >> > request parameter into CDI beans by using the @RequestParam annotation. >> > >> > From the seam framework website, the Seam Solder is going to Deltaspike. >> > After looking into the source code of Deltaspike I notice that this >> feature >> > is not included yet. Can you tell me if it is planned to be added in a >> > future release of Deltaspike ? >> > >> > Thanks by advance. >> > >> > Regards, >> > >> > Damien >> > >> > >
