Adam Winer schrieb: > Mike, > > What do you mean by "not supported in the core"? > > A GET request turns into an initial render request - no > phases other than Render Response - but Jacob's entirely > correct that JSF *does* support GET, and you can funnel > request parameters directly into your managed beans. > This is definitely supported by the core, required by the > spec, etc. No theory here. > I think what the original poster wanted was to have the entire form and event handling based on get, that is not possible with the current state of components to my knowledge unless someone writes a get parametrizable form.
But we all know how much limitations such an approach imposes and that it causes more problems than it really solves.

