I'm having problems using with the Tomahawk t:commandLink tag. The
usage is very basic:
<t:commandLink value="tomahawk" action="#{test.process}"/>
but for some reason clicking the link doesn't invoke the correct
target view. With h:commandLink everything works as expected. The
Firefox Error Console displays the following message with every click:
"Error: clear__5Fid0 is not defined"
Any ideas on what's going wrong here?
I have configured the MyFaces extensions filter in web.xml and defined
a navigation rule.
Here're the environment details:
- Oracle OC4J (JDeveloper 10.1.3.2.0 embedded OC4J)
- Sun JSF RI 1.1
- Tomahawk 1.1.3
- ADF Faces is not being used