Re: Page refresh after AJAX Call

2010-06-30 Thread Jyothi Rajesh
Hi, Here is how you can do it: 1) Have an independent JSP which will just include the grid using the s:iterator tag. 2) The forward/result of the servlet/action given in the AJAX request should be this JSP. 3) In the AJAX callback function, the above JSP will give the HTML to be rendered. 4) Use

Page refresh after AJAX Call

2010-06-30 Thread Kushan Jayathilake
Hi Guys, I have implemented basic AJAX functionality without incorporating third party frameworks, and its working fine, AJAX functionality is doing the sorting thing of a grid, i have implemented the grid using What i want to do is, refresh the entire grid, after the AJAX Call happens, so wi

Re: Passing Value through Radio Buttons in struts

2010-06-30 Thread Paweł Wielgus
Hi, You can check if this parameter is present in request inside your action, by implementing RequestAware, but that just should work. Best greetings, Paweł Wielgus. 2010/6/29 akshay.ramani : > > Hi, I have a bit of a problem and would appreciate some help! > > I am creating a page that takes in

Re: Error Message on the page source

2010-06-30 Thread Paweł Wielgus
Hi, did your app start without any problems? It looks like there is something wrong on startup. Best greetings, Paweł Wielgus. 2010/6/28 Nadipally, Srikar : > > Hi, > > I am a struts 2 beginner, I have written a basic login struts application and > when I inspect the page source of the welcome.

validation

2010-06-30 Thread Stephen Ince
I have to two regarding struts2 validation Does struts2 support actionName-methodName-validation.xml?. I know struts2 supports actionClass-alias-validation.xml but I am looking for validation on a method within a class. Is it possible to use xml validation on a collection of objects. e..g elem