Added the forms around the links.
No changes, still not working.  Not getting a javascript error anymore.
Just does nothing.

---------------------------------------------------------------------------------
From: "Matthias Wessendorf" <[EMAIL PROTECTED]>
To: "MyFaces Discussion" <users@myfaces.apache.org>
Date: Wed, 31 May 2006 07:04:38 +0200
Subject: Re: commandLinks don't work on Tomcat 5.5.17
have you wrapped them into <h:form ?

like

<h:form>
...
<h:commandLink ... />
...
<h:commandLink ... />
...
</h:form>

-Matthias

Reply via email to