Re: Using VariableResolver or ValueBinding in NonFacesRequestServlet

2006-03-14 Thread Udo Schnurpfeil
Hallo Hubert, can you show me the example, and the error stack trace? The way with the VariableResolver works in my case, with Sun RI and MyFaces. The ValueBinding I've not tried. There is also an example with tobago:

Re: Using VariableResolver or ValueBinding in NonFacesRequestServlet

2006-03-14 Thread Hubert Rabago
Actually I did finally get it to work. I used it in the filter I described on http://marc.theaimsgroup.com/?l=myfaces-userm=114183050209635w=2 It turns out I was getting some conflicts because I had a nightly build of Commons EL on my war's lib directory. Hubert On 3/14/06, Udo Schnurpfeil

Re: Using VariableResolver or ValueBinding in NonFacesRequestServlet

2006-03-14 Thread Hubert Rabago
Oh, and Thanks for responding, Udo! Hubert On 3/14/06, Hubert Rabago [EMAIL PROTECTED] wrote: Actually I did finally get it to work. I used it in the filter I described on http://marc.theaimsgroup.com/?l=myfaces-userm=114183050209635w=2 It turns out I was getting some conflicts because I

Using VariableResolver or ValueBinding in NonFacesRequestServlet

2006-02-28 Thread Hubert Rabago
I'm working on a servlet based on the code in NonFacesRequestServlet. I read the example in http://wiki.apache.org/myfaces/InvokingJsfPagesWithStandardUrls. At the point where it says put your initialization stuff here it shows using either a VariableResolver (VR) or a ValueBinding (VB) to