English 中文(简体)
A. 总理的工作
原标题:Primefaces Autocomplete doesn t work the first time

我第一次和第二次使用同样的问题。 我认为,完全的方法第一次被称作,但在计算结果之后,它们就寄给于国际律师联合会。 是否有任何人遇到这一问题? 你们对如何解决这一问题是否有任何想法?

<p:autoComplete id="filterByMachine" value="#{notificationListViewLazyModel.selectedMachine}"  scrollHeight="500" 
                                completeMethod="#{notificationListViewLazyModel.complete}" converter="#{notificationListViewLazyModel.converter}" 
                                var="p" itemLabel="#{p.platformName} #{p.serial} #{p.sitename}"  
                                itemValue="#{p}" forceSelection="true" size="48" >
问题回答

I m not certain this issue is related, but this same scenario just happened to us. After tracing the problem down to the database level, we found out what was going on.

在某种程度上,汽车组件在用户首次进入案文时增加了两个主要的白色空间。

扼杀我们问题的争辩已经解决。

我也存在同样的问题。 当点击现场时,它会忙于工作,但当我向外地提出,并开始撰写其汽车完成的物品。

标识之间也具有白色的空间特征(第二和第三点)。

    itemLabel="#{p.platformName} #{p.serial} #{p.sitename}" 

当点击现场时,它就一直存在。 但是,在划出这个领域时,它是自动选定的,而写作选定领域则取代我的写作。 (a) 《公约》第2条;

例如:

    itemLabel="#{p.platformName}#{p.serial}#{p.sitename}" 




相关问题
JSF a4j:support with h:selectManyCheckbox

I m having trouble with a JSF selectManyCheckbox and A4J support. The purpose is to run some action when a checkbox is selected. This works perfectly in Firefox. Yet, when testing in any IE (ie6 / ie7 ...

Mojarra for JSF Encoding

Can anyone teach me how to use mojarra to encode my JSF files. I downloaded mojarra and expected some kind of jar but what i had downloaded was a folder of files i don t know what to do with

如何拦截要求终止?

在共同基金中,如果用户要求终止,就需要采取一些行动。 我需要某种拦截器,但我不知道如何这样做。 我需要帮助。 增 编

ICEFaces inputFile getting the file content without upload

Is there any way of just getting the content of the browsed file without any upload/file transfer operations? I currently use ICEFaces inputFile component but I do not need the default uploading ...

Weird behaviour of h:commandLink action (MethodExpression)

I have two JSPs where I am displaying some info from database in a h:dataTable. One of them is showing all the info, and one of them user specifically. I have showXML.jsp that shows the "XML" column ...

How to correctly use ResultSet with h:dataTable

The problem is, that after displaying the ResultSet with <h:dataTable>, the connection is left open. If I close it, it closes the ResultSet too. I m thinking about copying the ResultSet data ...

热门标签