Simon Kitching wrote: > Rather than "return submit__5Fid0()", I'd like to see: > onclick="return myfaces_submit(this)" > where the myfaces_submit function gets defined only once. > > Is there any reason not to do this? > The only thing which comes in my mind is that we then have to require the facesExtension filter setup correctly. We need to render this myfaces_submit only once!
Is it an option that non-myfaces extensions require this filter? If not, I'll go the _id way for now. Ciao, Mario

