Adam, Was this for me? I'm sorry, I can never tell because there's no context. If it is, then yes, I know about the NonFacesRequestServlet [1], and Shale's remoting support [2]. Both of those of course build on the framework. I posed the question based on Jacob's statement that seem to imply that such functionality is already supported by JSF, and the perception that it isn't is a myth. I actually worked on something that builds on NFRS and I thought of offering it to Craig for Shale but I don't think the way I implemented it jives with his vision for Shale or his vision of how JSF should be utilized. IOW, the way I did it might not be The JSF Way, so I'm just keeping it to myself for now.
Hubert [1] http://wiki.apache.org/myfaces/InvokingJsfPagesWithStandardUrls [2] http://struts.apache.org/struts-shale/shale-remoting/apidocs/org/apache/shale/remoting/package-summary.html#package_description On 4/14/06, Adam Brod <[EMAIL PROTECTED]> wrote: > > If you wanted a GET to execute an action (and pass parameters), why not > adapt Shale's url convention > /[managedBeanName]/[actionMethod] (for example: > /documentController/documentID?id=1234)? That would enable > GET requests to go through the NavigationHandler and have even more of the > JSF framework goodness. > > > Adam Brod > Product Development Team >

