From issues-return-11433-apmail-struts-issues-archive=struts.apache.org@struts.apache.org Wed Oct 29 18:46:37 2008 Return-Path: Delivered-To: apmail-struts-issues-archive@locus.apache.org Received: (qmail 32405 invoked from network); 29 Oct 2008 18:46:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 29 Oct 2008 18:46:37 -0000 Received: (qmail 58721 invoked by uid 500); 29 Oct 2008 18:46:41 -0000 Delivered-To: apmail-struts-issues-archive@struts.apache.org Received: (qmail 58707 invoked by uid 500); 29 Oct 2008 18:46:40 -0000 Mailing-List: contact issues-help@struts.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@struts.apache.org Delivered-To: mailing list issues@struts.apache.org Received: (qmail 58698 invoked by uid 99); 29 Oct 2008 18:46:40 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Oct 2008 11:46:40 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Oct 2008 18:45:26 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 1160A234C249 for ; Wed, 29 Oct 2008 11:45:37 -0700 (PDT) Message-ID: <1554023840.1225305937069.JavaMail.jira@brutus> Date: Wed, 29 Oct 2008 11:45:37 -0700 (PDT) From: "Mario Matias Urbieta (JIRA)" To: issues@struts.apache.org Subject: [jira] Commented: (WW-2356) autocompleter widget fails to publish topic in some cases In-Reply-To: <28109279.1196865455134.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/struts/browse/WW-2356?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=44891#action_44891 ] Mario Matias Urbieta commented on WW-2356: ------------------------------------------ that bug arises when you have autoComplete=true. Setting it in false it works. > autocompleter widget fails to publish topic in some cases > ------------------------------------------------------------ > > Key: WW-2356 > URL: https://issues.apache.org/struts/browse/WW-2356 > Project: Struts 2 > Issue Type: Bug > Components: Plugin - Dojo Tags > Environment: Fedora 6, Tomcat 6.x, JDK 1.6.0_02, Firefox 1.5.x > Reporter: Giovanni Azua Garcia > Priority: Minor > Fix For: Future > > > Given the JSP page below, autocompleter fails to publish the required topic "/changedHistoricBook0" in the following use case: > - User types a substring > - The user clicks on the top suggested (bold) matching element. > In that case the notify does not happen. though, when the user clicks the second choice the topic is published correctly. > <%@ page contentType="text/html; charset=UTF-8"%> > <%@ taglib prefix="s" uri="/struts-tags"%> > <%@ taglib prefix="sx" uri="/struts-dojo-tags" %> > > > > > > cssStyle="width: 250px;" href="%{#exchangeRates}" listenTopics="/changedHistoricBook0" label="Currency Rate 1" name="eurosPerListedUnit0" autoComplete="false" afterNotifyTopics="/afterExchangeRateReloaded" /> > > -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.