Issue Details (XML | Word | Printable)

Key: SHALE-364
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Minor Minor
Assignee: Gary VanMatre
Reporter: Steve Olson
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Shale

Tomahawk 1.1.3 component jscookmenu does not render

Created: 18/Dec/06 01:24 AM   Updated: 23/Jan/07 04:40 PM
Component/s: Clay
Affects Version/s: 1.0.3
Fix Version/s: 1.0.4


 Description  « Hide
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.

 All   Comments   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Gary VanMatre made changes - 18/Dec/06 04:34 AM
Field Original Value New Value
Status Open [ 1 ] Resolved [ 5 ]
Fix Version/s 1.0.4-SNAPSHOT [ 21740 ]
Resolution Fixed [ 1 ]
Assignee Gary VanMatre [ gvanmatre@comcast.net ]
Rahul Akolkar made changes - 23/Jan/07 04:40 PM
Fix Version/s 1.0.4 [ 21790 ]
Fix Version/s 1.0.4-SNAPSHOT [ 21740 ]
Jeff Turner made changes - 09/Aug/07 07:17 AM
Workflow Struts [ 39051 ] Struts - editable closed status [ 42476 ]
Antonio Petrelli made changes - 08/Jan/09 08:57 AM
Workflow Struts - editable closed status [ 42476 ] Struts - editable closed status (temporary) [ 46338 ]
Antonio Petrelli made changes - 08/Jan/09 09:08 AM
Workflow Struts - editable closed status (temporary) [ 46338 ] Struts - editable closed status [ 52964 ]