I'm using facelets and never had to do it when I was using JBoss.
I will try it out.

Shawn





---------------------------------------------------------------------------------
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