In Struts2 I wanted to refresh(submit) a portion of page on selection of a radio button (Ajax) retaining all the rows in table of rows. Can someone please help with the code for this.
A:
The scenario which you have mentioned can be implemented using AJAX. Try DWR
Here are some examples which shows what you can do with DWR
VinAy
2010-09-01 14:39:49
VinAy thank you for your reply, I tried enquiring about DWR, but our org don't have that as standard, so I did not tried.
2010-09-03 11:56:40
+1
A:
Take a look at the showcase for the Struts2 jquery Plugin.
Go to "Ajax Form" -> "Buttonset / Radio Buttons" this is an example for an AJAX Submit triggered by an radio button.
jogep
2010-09-02 15:36:43