[richfaces-issues] [JBoss JIRA] Commented: (RF-1914) panelBar IE problem

Sergey Halipov (JIRA) jira-events at lists.jboss.org
Tue Jan 15 10:05:20 EST 2008


    [ http://jira.jboss.com/jira/browse/RF-1914?page=comments#action_12395153 ] 
            
Sergey Halipov commented on RF-1914:
------------------------------------

Hi, Tomislav! 
We've started dealing with this issue. There are some JS error on generated page under IE. But Java scripts are compressed and obfuscated so we can't understand where the error occur. Could you add following context params to web.xml file for application kadrovska and restart Tomcat server? 
 
Code:
  
<context-param>
<param-name>org.richfaces.LoadScriptStrategy</param-name>
        <param-value>DEFAULT</param-value>
    </context-param>
<context-param>
 <param-name>org.ajax4jsf.COMPRESS_SCRIPT</param-name>
  <param-value>false</param-value>
 </context-param>
        
   
 
it would be nice also to see page source, could you attach it to jira issue? 
Thanks!

> panelBar IE problem
> -------------------
>
>                 Key: RF-1914
>                 URL: http://jira.jboss.com/jira/browse/RF-1914
>             Project: RichFaces
>          Issue Type: Bug
>    Affects Versions: 3.2.0
>            Reporter: Tomislav Jakopec
>         Assigned To: Sergey Halipov
>             Fix For: 3.2.0
>
>
> I post forum topic on this issue. I don't think its my fault, problem is that I don't think is RF fault, but I think you could help.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the richfaces-issues mailing list