Hi! Is there a special "configuration" needed to compile it?
Always get an error: [INFO] Failed to resolve artifact. GroupId: org.apache.myfaces ArtifactId: myfaces Version: 1.1.2-SNAPSHOT Reason: Unable to download the artifact from any repository org.apache.myfaces:myfaces:pom:1.1.2-SNAPSHOT from the specified remote repositories: central (http://repo1.maven.org/maven2) ... Thanks! H -----Ursprüngliche Nachricht----- Von: Volker Weber [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 05. Jänner 2006 13:42 An: MyFaces Discussion Betreff: Re: AW: Eventually Bugs in InputSuggestAjax Hi Andreas, [EMAIL PROTECTED] wrote: > Hi guys! > > With libs do I need?Are they in the newest nightly? And is the List then > shown right under the inputtag? > By the way: Is there another way to checkout the newest nightly (not from SVN > - because the port is blocked in my company...) Perhaps can someone send it > to my or upload the newest nightly to the MyFaces Webpage? You can checkout the svn sandbox sources via http: svn co http://svn.apache.org/repos/asf/myfaces/sandbox/trunk/ sandbox Hopefully port 80 is not blocked by your firewall :-). > > For the problem with the ValueChangeListener: > Here you see the code snippet, which I use. I realized, that the > ValueChangemethod is even never called by IE.... What could be the problem. > Has anyone expirenced the same problems? ANd is there a Workaround, because I > need the Suggest Tag for my project. > > <x:inputSuggestAjax binding="#{newPartnerDto.ISfname}" id="Companyname" > suggestedItemsMethod="#{editDto.getItems}" value="#{newPartnerDto.fname}" > required="true" maxSuggestedItems="10" styleLocation="./css" size="32" > immediate="true" > valueChangeListener="#{querySelectHelper.countFnames}" > onchange="submit()" /> > > Thx for help! > > Regards, > Andy > > -- Don't answer to From: address! Mail to this account are droped if not recieved via mailinglist. To contact me direct create the mail address by concatenating my forename to my senders domain.

