Apply this patch and the commandLink issue is resolved too, works fine without JavaScript (you have to set the ALLOW_JAVASCRIPT directive to false in web.xml). Be aware that this goes against the 1.1 spec. It's a boon for having compliant web pages though....
http://issues.apache.org/jira/browse/MYFACES-198 Sawan On 12/21/06, Craig McClanahan <[EMAIL PROTECTED]> wrote:
On 12/21/06, lightbulb432 <[EMAIL PROTECTED]> wrote: > > > Why does JSF always use JavaScript to submit a form rather than through > the > regular method of form submission? That only happens for a commandLink component (i.e. a hyperlink that is to submit a form). If you use a commandButton component, no JavaScript is needed. Is your entire JSF web application useless for clients that have > JavaScript > turned off? Only for hyperlinks. If you can describe a way to have a hyperlink submit a form, without Javascript being enabled, we would love to hear it. Craig

