On 4/13/06, Hubert Rabago <[EMAIL PROTECTED]> wrote: > Jacob Hookom, in discussing JSF myths [1], claims that: > > "Also, JSF can handle GET requests just as easily as other frameworks. > > Is there any truth to this? I thought the reason we had extensions > like NonFacesRequestServlet [2] was because this wasn't supported by > the core functionality? > > [1] http://virtuas.com/articles/webframework-sweetspots.html > [2] http://wiki.apache.org/myfaces/InvokingJsfPagesWithStandardUrls
Depends on your definition of "just as easily". It's not supported by default in core. Probably you should read it as "just as easily in theory".

