From issues-return-4645-apmail-struts-issues-archive=struts.apache.org@struts.apache.org Sat Mar 24 15:53:16 2007 Return-Path: Delivered-To: apmail-struts-issues-archive@locus.apache.org Received: (qmail 63230 invoked from network); 24 Mar 2007 15:53:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 24 Mar 2007 15:53:14 -0000 Received: (qmail 83614 invoked by uid 500); 24 Mar 2007 15:53:19 -0000 Delivered-To: apmail-struts-issues-archive@struts.apache.org Received: (qmail 83579 invoked by uid 500); 24 Mar 2007 15:53:19 -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 83570 invoked by uid 99); 24 Mar 2007 15:53:19 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 24 Mar 2007 08:53:19 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 24 Mar 2007 08:53:11 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 64C6F714046 for ; Sat, 24 Mar 2007 08:52:51 -0700 (PDT) Message-ID: <30265252.1174751571409.JavaMail.jira@brutus> Date: Sat, 24 Mar 2007 08:52:51 -0700 (PDT) From: "Musachy Barroso (JIRA)" To: issues@struts.apache.org Subject: [jira] Resolved: (WW-1667) Improvements in the 'ajax' autocompleter and form themes. In-Reply-To: <1839257.1169384237868.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-1667?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Musachy Barroso resolved WW-1667. --------------------------------- Resolution: Fixed > Improvements in the 'ajax' autocompleter and form themes. > --------------------------------------------------------- > > Key: WW-1667 > URL: https://issues.apache.org/struts/browse/WW-1667 > Project: Struts 2 > Issue Type: Improvement > Affects Versions: 2.0.3 > Reporter: Dariusz Wojtas > Assigned To: Musachy Barroso > Fix For: 2.1.0 > > > File > template/ajax/autocompleter.ftl > in the struts2-core.jar is missing the closing slash. > It generates '>' instead of '/>' > Also file > template/ajax/form-close.ftl > generates some Javascript code just before the element is closed. > Can all this javascript be generated after closing the table? > I am thinking about it in sense of html validity. > Script elements are not allowed between rows. > Also is this extra reference to "dojo.widget.html.Tooltip" always needed? > Can it be added only if some condition is met? -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.