Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.1.6
-
None
Description
Finally I discover the reason why this is happening.
On tomahawk 1.1.6 we have the constant DEFAULT_RENDERER_TYPE set to javax.faces.Link, but the tag classes of this two components points to its renderers. Since with tomahawk 1.1.7 we now generate all component and tag classes, this detail was hidded and since javax.faces.Link was used, a renderer were found and finally the component worked.
The solution is update this variable with the expected value, so when a t:commandNavigation or t:commandNavigation2 is rendered, the right component is used.