On Tue, 2009-04-14 at 16:05 -0700, webtier_at_javadesktop.org wrote:
> I was just looking for an optimized version for form-less action use
> cases, but I guess this doesn't exist yet...
Consider PrettyFaces... although you still need to check
FacesContext.getCurrentInstance().isPostback() yourself.
http://ocpsoft.com/prettyfaces
//getFacesContext().getRenderKit().getResponseStateManager().isPostback(getFacesContext())