[richfaces-issues] [JBoss JIRA] Commented: (RF-1914) panelBar IE problem
Tomislav Jakopec (JIRA)
jira-events at lists.jboss.org
Wed Jan 16 02:16:19 EST 2008
[ http://jira.jboss.com/jira/browse/RF-1914?page=comments#action_12395273 ]
Tomislav Jakopec commented on RF-1914:
--------------------------------------
Thanks for your help. I find the problem, and solution :)
Problem is when I put
<context-param>
<param-name>org.richfaces.LoadScriptStrategy</param-name>
<param-value>ALL</param-value>
</context-param>
Solution is (you suggested) whe I put
<context-param>
<param-name>org.richfaces.LoadScriptStrategy</param-name>
<param-value>DEFAULT</param-value>
</context-param>
Now, question is is this bug? I just follow your recommendation at
http://www.jboss.com/index.html?module=bb&op=viewtopic&t=126207
BTW this is the reason that I don't like IE!
> 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