Posted By:
ngald
Posted On:
Wednesday, July 11, 2012 07:13 AM
webapp Struts 2.1.6 + Struts2 JQuery plugin 3.3.1 In a main mask jsp with 50 fields I need asynch. refresh only two fields, say them F1 F2. There is a FORM with inside all 50 fields, even F1 F2, for total submit after. This is "normal" : synch. F1 F2 are the only inner asynch fields, are inside a DIV tag for make possible asynch change. I have used tag jqery for asynch submit, ok. But in the response have F1 F2 doubled : sync + asynch. Perhaps I have made a mistake in the Struts Result for the Asynch Action. I have made a new jsp with the two field only. How is the result definition for this case of AJAX request ? thanks Nicola
More>>
webapp Struts 2.1.6 + Struts2 JQuery plugin 3.3.1
In a main mask jsp with 50 fields I need asynch. refresh only two fields, say them F1 F2.
There is a FORM with inside all 50 fields, even F1 F2, for total submit after. This is "normal" : synch.
F1 F2 are the only inner asynch fields, are inside a DIV tag for make possible asynch change.
I have used tag jqery for asynch submit, ok. But in the response have F1 F2 doubled : sync + asynch.
Perhaps I have made a mistake in the Struts Result for the Asynch Action. I have made a new jsp with the two field only.
How is the result definition for this case of AJAX request ?
thanks Nicola
<<Less