[ 
http://issues.apache.org/jira/browse/MYFACES-950?page=comments#action_12361050 
] 

Andrej Konkow commented on MYFACES-950:
---------------------------------------

I have just downloaded 1.1.1. 
myfaces-all.jar is exactly the version i am using. Theres no other myfaces 
component in my lib-directory. I am working on Windows, tomcat 5.5.12,
java 1.5.0_05-b05.
The really obscure thing is, that the first call does NOT render the 
jscookmenu. Subsequent calls do. Maybe there's any internal exception? How 
could I trace this?
The jscookmenu is a subelement of a f:subview and some t:div-clauses

> Missing singlequote in javascript codegeneration
> ------------------------------------------------
>
>          Key: MYFACES-950
>          URL: http://issues.apache.org/jira/browse/MYFACES-950
>      Project: MyFaces
>         Type: Bug
>   Components: Tomahawk
>  Environment: tomcat, jdk5
>     Reporter: Andrej Konkow

>
> 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.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to