AJAX for Spring webflow and JSP -
i add javascript autocomplete functionality web form working on. i'm using netbeans 7.1, spring framework 3.0.6 , webflow 2.3. if possible, prefer use jsp (rather tiles) if possible.
if suggest approach or written guide me follow. have webflow 5 page form. feed autocomplete make complex form more user friendly if add functionality. ajax needs return id , name server in first instance (presently page 1) , validate whether user entered exists (possibly use autocomplete again 2 pages later avoid duplicate database entry).
any suggestions approach and/or guide appreciated.
so you're trying autocomplete off of entered in form?
webflow allows stateful beans, if forms within same flow, make sure bean set flowscope , return information need bean through ajax call.
Comments
Post a Comment