[richfaces-issues] [JBoss JIRA] Commented: (RF-3066) Problem with rerendering combobox in simpleTogglePanel

Rafal Kowalski (JIRA) jira-events at lists.jboss.org
Mon Apr 14 13:34:54 EDT 2008


    [ http://jira.jboss.com/jira/browse/RF-3066?page=comments#action_12408664 ] 
            
Rafal Kowalski commented on RF-3066:
------------------------------------

Unfortunately, even this doesn't work:

<ui:composition

	xmlns="http://www.w3.org/1999/xhtml"
	xmlns:ui="http://java.sun.com/jsf/facelets"
	xmlns:h="http://java.sun.com/jsf/html"
	xmlns:f="http://java.sun.com/jsf/core"
	xmlns:t="http://myfaces.apache.org/tomahawk"
	xmlns:a4j="http://richfaces.org/a4j"
	xmlns:rich="http://richfaces.org/rich"
	xmlns:c="http://java.sun.com/jstl/core"
	xmlns:fn="http://java.sun.com/jsp/jstl/functions">


		<h:form id="aaa">
		 <rich:comboBox directInputSuggestions="true" defaultLabel="Enter some value" valueChangeListener="#{eRegCriteria.sugDocts.onSelectListener}" id="combo0">
        				<f:selectItems value="#{eRegCriteria.sugDocts.doctorsList}"/>
        				<a4j:support event="onselect" reRender="aaa"/>
    				</rich:comboBox>
		
		</h:form>

</ui:composition> 

I use facelets 1.1.13 and myfaces 1.2.2.

> Problem with rerendering combobox in simpleTogglePanel
> ------------------------------------------------------
>
>                 Key: RF-3066
>                 URL: http://jira.jboss.com/jira/browse/RF-3066
>             Project: RichFaces
>          Issue Type: Bug
>    Affects Versions: 3.2.0, 3.2.1
>         Environment: IE 6, Firefox 2.0.0.13
>            Reporter: Rafal Kowalski
>            Priority: Critical
>         Attachments: screenshot-1.jpg
>
>
> I have code like this:
> <rich:simpleTogglePanel height="200px" switchType="ajax">
> 		<rich:comboBox directInputSuggestions="true" defaultLabel="Enter some value" valueChangeListener="#{eRegCriteria.sugDocts.onSelectListener}" id="combo">
>         				<f:selectItems value="#{eRegCriteria.sugDocts.doctorsList}"/>
>         				<a4j:support event="onselect" reRender="combo"/>
>     				</rich:comboBox>
>     	</rich:simpleTogglePanel>
> and after item's selecting, I can't expand combobox by click on arrow.
> By typing it doesn't work too.
> Only one (chosen) item is visible in combobox.
> Tested on Firefox 2.0.0.13 and IE 6.
> FireBug shows that div combolist is ok but it has property display:none every time.
> I tested it more and I observed that it occurs only when combobox is located on <rich:simpleTogglePanel>

-- 
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