Tomahawk 1.1.3 component jscookmenu does not render
---------------------------------------------------
Key: SHALE-364
URL: http://issues.apache.org/struts/browse/SHALE-364
Project: Shale
Issue Type: Bug
Components: Clay
Affects Versions: 1.0.3
Reporter: Steve Olson
Priority: Minor
t:jscookmenu and related t:navigationMenuItem components render to a default
rendererType that results in a SubmitQuery button being rendered when using
Clay. Also the Myfaces ExtensionsFilter does not include the appropriate
javascript and related resources from the Tomahawk 1.1.3 jar for jscookmenu, as
it should.
>From Gary VanMatre's reearch into this:
1 )The rendererType of the jscookMenu must be set to
"org.apache.myfaces.JSCookMenu". This can be worked around by inheriting a new
component and setting the missing attribute:
<component jsfid="t:myJscookMenu" extends="t:jscookMenu">
<attributes>
<set name="rendererType" value="org.apache.myfaces.JSCookMenu" />
</attributes>
</component>
2) The ClayViewHander is not explicitly setting the response's content type,
and ExtensionsFilter requires this to work.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/struts/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira