I'm terribly sorry.

It works propery.  Thank you.

Thank you for your quick response

I have a problem with the conbination of tomahawk 1.1.2 ,jboss/seamCR2
and jboss4.0.4CR2.
The problem is <h:commandLink> does not work with tomawark.
Could you please try the latest tomahawk head?
I'm sorry but I don't understand what head means. Does it mean latest version?

Or, as a workaround, unpack the file faces-config.xml from your tomahawk
jar and remove the lines regarding the
org.apache.myfaces.renderkit.html.jsf.ExtendedHtml* renders.

Those are:
<renderer>
<component-family>javax.faces.Command</component-family>
<renderer-type>javax.faces.Button</renderer-type>
<renderer-class>org.apache.myfaces.renderkit.html.jsf.ExtendedHtmlButtonRenderer</renderer-class>
</renderer>

<renderer>
<component-family>javax.faces.Command</component-family>
<renderer-type>javax.faces.Link</renderer-type>
<renderer-class>org.apache.myfaces.renderkit.html.jsf.ExtendedHtmlLinkRenderer</renderer-class>
</renderer>


Repack faces-config.xml and you should be fine.

I tried the above but still it doesn't work.

Susumu Majima



Susumu


Reply via email to