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

Tomislav Jakopec (JIRA) jira-events at lists.jboss.org
Fri Jan 18 02:11:19 EST 2008


    [ http://jira.jboss.com/jira/browse/RF-1914?page=comments#action_12395598 ] 
            
Tomislav Jakopec commented on RF-1914:
--------------------------------------

Here is very simple example, it doesn't work with 

<context-param>
<param-name>org.richfaces.LoadScriptStrategy</param-name>
<param-value>ALL</param-value>
</context-param> 

but it's work with 

<context-param>
<param-name>org.richfaces.LoadScriptStrategy</param-name>
<param-value>DEFAULT</param-value>
</context-param> 


In IE off course 

<%@ page contentType="text/html; charset=UTF-8"%>
<%@ taglib uri="http://java.sun.com/jsf/html" prefix="h"%>
<%@ taglib uri="http://java.sun.com/jsf/core" prefix="f"%>
<%@ taglib uri="http://myfaces.apache.org/tomahawk" prefix="t"%>
<%@ taglib uri="http://richfaces.ajax4jsf.org/rich" prefix="r"%>
<f:view>
	<html>
	<body>
	<h:form id="forma">
		<r:panelBar id="panelUvijeti" styleClass="panelAkcija">
			<r:panelBarItem id="panelStavkaPretrazivanje"
				label="#{messages['zajednicke.akcija']}">
				<t:commandButton id="spremiPromjene"
					value="#{messages['zajednicke.promjeni']}" 
					action="spremiPromjene"
					styleClass="traziOdaberiVise" />
			</r:panelBarItem>
		</r:panelBar>
	</h:form>
	</body>
	</html>
</f:view>

> 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