I've got the sources from the trunk. URL:
https://svn.apache.org/repos/asf/myfaces/[build|sandbox|impl|api|...]/tr
unk

Does anybody have this problem with RC3? Any suggestion on how to get it
working again?

Cheers

-----Original Message-----
From: Sean Schofield [mailto:[EMAIL PROTECTED] 
Sent: Friday, 21 October 2005 2:38 p.m.
To: MyFaces Development
Subject: Re: inputSuggestAjax

RC3 is being built on a branch so its definitely possible that a bug has
been fixed/introduced on the trunk/branch and not on the other.

sean

On 10/20/05, SOSA, Pablo <[EMAIL PROTECTED]> wrote:
>
> Hi People,
>
>     I'm not sure if this is the right place for this, please correct 
> me if not :D
>
>     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.
>
>     My code:
>
> <%@ taglib uri="http://java.sun.com/jsf/html"; prefix="h" %> <%@ taglib

> uri="http://java.sun.com/jsf/core"; prefix="f" %> <%@ taglib 
> uri="http://myfaces.apache.org/tomahawk";
> prefix="x"%>
> <%@ taglib uri="http://myfaces.apache.org/sandbox";
> prefix="sx"%>
> :
> :
>        <sx:inputSuggestAjax
>         id="inputAssetSearchAjax"
>
> suggestedItemsMethod="#{assetPlantCodeList.getMatchingList}"
>         maxSuggestedItems="50"
>         size="80"
>         title="#{worc_messages['help_search_asset']}"
>         immediate="true"
>         />
> :
> :
>
> Cheers,
> Pablo

______________________________________________________________________
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email
______________________________________________________________________


Reply via email to