I have a Spring MVC based web application. There are many custom tags written to make scriptless code. All these tags are rendered when enclosing jsp pages are called.
Now I have a requirement where a portion of a page is to be updated asynchronously. I have been using DWR for asynchronous requests. I want to reuse some of the custom tags and render them using DWR.
Can anyone please validate if this is the right approach?
If the approach is right, can anyone please tell me how can we achieve the same?
Thanks, Amit Patel
Here are the steps how I implemented.
I would appreciate if there a better way of achieving this.
Thanks.