Return-Path: Delivered-To: apmail-myfaces-dev-archive@www.apache.org Received: (qmail 51386 invoked from network); 21 Oct 2005 01:20:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 21 Oct 2005 01:20:36 -0000 Received: (qmail 51589 invoked by uid 500); 21 Oct 2005 01:20:35 -0000 Delivered-To: apmail-myfaces-dev-archive@myfaces.apache.org Received: (qmail 51519 invoked by uid 500); 21 Oct 2005 01:20:34 -0000 Mailing-List: contact dev-help@myfaces.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "MyFaces Development" Delivered-To: mailing list dev@myfaces.apache.org Received: (qmail 51508 invoked by uid 99); 21 Oct 2005 01:20:34 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Oct 2005 18:20:34 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of Pablo.Sosa@contact-energy.co.nz designates 64.124.170.131 as permitted sender) Received: from [64.124.170.131] (HELO mail16.messagelabs.com) (64.124.170.131) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 20 Oct 2005 18:20:33 -0700 X-VirusChecked: Checked X-Env-Sender: Pablo.Sosa@contact-energy.co.nz X-Msg-Ref: server-30.tower-16.messagelabs.com!1129857606!55088823!2 X-StarScan-Version: 5.5.9.1; banners=-,-,- X-Originating-IP: [202.135.38.66] Received: (qmail 10670 invoked from network); 21 Oct 2005 01:20:08 -0000 Received: from wlg-mail.contact-energy.co.nz (HELO wlg-mail.contact-energy.co.nz) (202.135.38.66) by server-30.tower-16.messagelabs.com with SMTP; 21 Oct 2005 01:20:08 -0000 Received: from wlg-mail.contact-energy.co.nz ([192.168.183.66]) by wlg-mail.contact-energy.co.nz (SMSSMTP 4.1.7.33) with SMTP id M2005102114200212902 for ; Fri, 21 Oct 2005 14:20:02 +1300 Received: from WLG-EVS.contact-energy.co.nz ([192.168.152.33]) by wlg-mail.contact-energy.co.nz with Microsoft SMTPSVC(6.0.3790.1830); Fri, 21 Oct 2005 14:20:02 +1300 X-MimeOLE: Produced By Microsoft Exchange V6.0.6603.0 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C5D5DD.8F8DE8DB" Subject: inputSuggestAjax Date: Fri, 21 Oct 2005 14:20:02 +1300 Message-ID: <5F08B760C43F824AB2F061D146EC84250510DFB0@WLG-EVS.contact-energy.co.nz> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: inputSuggestAjax Thread-Index: AcXV3Y+Uau67Dh1DSY6QbGLAQwTK0A== From: "SOSA, Pablo" To: "MyFaces Development" X-OriginalArrivalTime: 21 Oct 2005 01:20:02.0569 (UTC) FILETIME=[8FB91F90:01C5D5DD] X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N This is a multi-part message in MIME format. ------_=_NextPart_001_01C5D5DD.8F8DE8DB Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Hi People,=20 =20 I'm not sure if this is the right place for this, please correct me if not :D =20 I'd tried the sandbox:inputSuggestAjax, successfuly by checking the sources from the repository the 13/10/05 and following the example I manage to get it working. It was very very easy. However those sources had some problems and the InputCalendar was broken in IE (not int firefox), therefore I tried 1.1.1RC3, which solve the problems with the calendar but the inputSuggesetAjax fails to call the Bean, further checking in IE and Firefox showed the following error is: document.getElementById("jsf_tree_64") has no properties. =20 My code: =20 <%@ taglib uri=3D"http://java.sun.com/jsf/html" prefix=3D"h" %> <%@ taglib uri=3D"http://java.sun.com/jsf/core" prefix=3D"f" %> <%@ taglib uri=3D"http://myfaces.apache.org/tomahawk" prefix=3D"x"%> <%@ taglib uri=3D"http://myfaces.apache.org/sandbox" prefix=3D"sx"%> : : : : Cheers, Pablo ------_=_NextPart_001_01C5D5DD.8F8DE8DB Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable
Hi = People,=20
 
   =20 I'm not sure if this is the right place for this, please correct me if = not=20 :D
 
   =20 I'd tried the sandbox:inputSuggestAjax, successfuly by checking the = sources from=20 the repository the 13/10/05 and following the example I manage = to get=20 it working. It was very very easy. However those = sources had some=20 problems and the InputCalendar was broken in IE (not int firefox), = therefore I=20 tried 1.1.1RC3, which solve the problems with the calendar but the=20 inputSuggesetAjax fails to call the Bean, further checking in IE and = Firefox=20 showed the following error is:
   =20 document.getElementById("jsf_tree_64") has no=20 properties.
 
    My code:
 
<%@ = taglib=20 uri=3D"http://java.sun.com/jsf/html"=20 prefix=3D"h" %>
<%@ taglib uri=3D"http://java.sun.com/jsf/core" = prefix=3D"f"=20 %>
<%@ taglib uri=3D"http://myfaces.apache.org/tom= ahawk"=20 prefix=3D"x"%>
<%@ taglib uri=3D"http://myfaces.apache.org/sand= box"=20 prefix=3D"sx"%>
:
:
       <sx:inputSuggestAja= x=20
        id=3D"inputAssetSearc= hAjax"
        suggestedItemsM= ethod=3D"#{assetPlantCodeList.getMatchingList}"=20
        maxSuggestedItems=3D"= 50"=20
        size=3D"80"=20
        title=3D"#{worc_messa= ges['help_search_asset']}"
       &= nbsp;immediate=3D"true"
       &nbs= p;/>
:
:
Cheers,
Pablo
------_=_NextPart_001_01C5D5DD.8F8DE8DB--