On Thu, 2005-06-02 at 14:04 +0200, Werner Punz wrote: > A bypass definitely would be to use direct html > via <input type ...> to pass down the form parameters. > The decision of sun, to use javascript for the commandLink > is perfectly understandable in the light, that it causes > less problems than targetting plain html for form submits and combined > form submits (which are often needed for more complex controls) > [...]
The problem using commandButtons instead of commandLinks is that in the former you can't pass parameters nesting f:params. At least that what is happening to me. I'm uncertain if this a declared thing of the specs or not. If yes: - why make behave them differently? - how pass parameters to actions and actionListeners? More detailed infos here: http://www.mail-archive.com/users%40myfaces.apache.org/msg04709.html Thanks for any enlightment, Alex

