1 Reply Latest reply on May 10, 2012 5:17 AM by amalespoire

    jsf rich:autocomplete xml

    amalespoire

      hi everybody

      (ps:i am so sorry for my english)

      i am wonderring if there is a way to make autocomlite using an xml file like input?

      infact ihave to make a search for available countries using an XML file wich contains a list of countries with their codes

      any suggestions are greatly appreciated

      thanks in advance

        • 1. Re: jsf rich:autocomplete xml
          amalespoire

          hi again

          i solved my probleme and i wanted to share the solution with you just in case you need it,

          i used jaxb to generate classes from the xml file then i used rich:autocopmlete with a methode wich i implemented to test the prefix with available countries from the classes

          i wish i was clear

          have a nice day