I have written a simple jsp :

          <s:fishEyeNavigationMenu rendered="true" itemWidth="75"
itemHeight="75" itemMaxWidth="100"
                                itemMaxHeight="100" orientation="horizontal" 
effectUnits="2" var="item"
value="#{fisheye.items}"
            itemPadding="10" attachEdge="bottom" labelEdge="top"  >
                <s:fishEyeCommandLink caption="#{item.caption}"
iconSrc="#{item.iconSrc}" />                            
        </s:fishEyeNavigationMenu>

I get a javascript error: dojoControl is not defined and no icons are
displayed.

This example using navigationMenuItem works OK with no errors:

               <s:fishEyeNavigationMenu itemWidth="75" itemHeight="75"
itemMaxWidth="100"
                                itemMaxHeight="100" orientation="horizontal" 
effectUnits="2"
                                itemPadding="10" attachEdge="bottom" 
labelEdge="top" var="">                            
                        <t:navigationMenuItem icon="images/icon_users.png"
                                        itemLabel="Browse Users" />             
        
                        <t:navigationMenuItem icon="images/icon_calendar.png"
                                        itemLabel="Browse Projects"/>   
                </s:fishEyeNavigationMenu>
    
I am using JBoss 4.2.2 GA  with Java 1.5.0_16  Tomahawk12 1.1.7
Tomahawk-sandbox12 1.1.7-SNAPSHOP.
Please can anyone help.

-- 
View this message in context: 
http://www.nabble.com/-Tomahawk--fishEyeCommandLink-fails-in-JBoss-dojoControl-is-not-defined-tp19943715p19943715.html
Sent from the MyFaces - Users mailing list archive at Nabble.com.

Reply via email to