[ 
https://issues.apache.org/jira/browse/TOMAHAWK-16?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12479314
 ] 

gregory legrand commented on TOMAHAWK-16:
-----------------------------------------

I have the same errors with IE, on the first loading....

The first time we want to load the page with IE, the images aren't loaded 
(there are some red cross...). So I decided to look at the URL of the "missing" 
images : 
"http://localhost:8080/myapp/faces/myFacesExtensionResource/org.apache.myfaces.renderkit.html.util.MyFacesResourceLoader/11733613/navmenu.jscookmenu.HtmlJSCookMenuRenderer/ThemeOffice/;jsessionid=EB78A84F5E47599CA58EB1DE95BFD56Dspacer.gif";

As you can see the last part of the URL is wrong : 
"jsessionid=EB78A84F5E47599CA58EB1DE95BFD56Dspacer.gif" , it miss the "/" just 
before the "spacer.gif".

When we reloaded the page the url is 
"http://localhost:8080/eassy/faces/myFacesExtensionResource/org.apache.myfaces.renderkit.html.util.MyFacesResourceLoader/11733613/navmenu.jscookmenu.HtmlJSCookMenuRenderer/ThemeOffice/spacer.gif";

So it's good on the second loading...

regards,



> Missing singlequote in javascript codegeneration
> ------------------------------------------------
>
>                 Key: TOMAHAWK-16
>                 URL: https://issues.apache.org/jira/browse/TOMAHAWK-16
>             Project: MyFaces Tomahawk
>          Issue Type: Bug
>          Components: JS Cook Menu
>         Environment: tomcat, jdk5
>            Reporter: Andrej Konkow
>         Assigned To: Thomas Spiegl
>
> using the attribute styleLocation/imageLocation in the element jscookmenu 
> causes the following code:
> jsp:
>       <t:jscookMenu id="mainnav" layout="hbr" theme="ThemeIE" 
> styleLocation="/myapp/jscookmenu/ThemeIE/" 
> imageLocation="/myapp/jscookmenu/ThemeIE/">
> Generated code:
> <script type="text/javascript"><!--
> myThemeIEBase='/myapp/jscookmenu/ThemeIE/
> //--></script>
> The closing quote at the variable myThemeIEBase  is missing!!!

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to