On Thu, Aug 2, 2012 at 3:25 AM, Benjamin Heiskell <[email protected]> wrote: > Hi, > > I have a List<String> that I want to represent with TextFields. I need > to be able to dynamically add and remove them via AJAX.
For dynamic add/remove of a single item see : https://github.com/vineetsemwal/quickview/wiki > > From what I’ve read online (and experienced firsthand) ListViews do > not seem to be designed for this. > > What is the best way to approach this problem? > > Thanks! > Ben > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > -- Martin Grigorov jWeekend Training, Consulting, Development http://jWeekend.com --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
