i am using struts2 and trying to populate the text box for the corresponding number entered by retrieving t from properties file using ajax. i now put the values from properties file to map inside the bean class and based on the number entered i retrieve the name. now how can i get back the value from the xml file in the ajax function and print it on the screen?
using ajax with xml fileGeorge May 30, 2012 at 4:08 PM
i am using struts2 and trying to populate the text box for the corresponding number entered by retrieving t from properties file using ajax. i now put the values from properties file to map inside the bean class and based on the number entered i retrieve the name. now how can i get back the value from the xml file in the ajax function and print it on the screen?
Post your Comment