update portlet without refreshing portal page
- by mike
I'm trying to create a simple agena portlet.
Now I've developed a basic one using spring-portlet-mvc, it allows you to navigate to the next and previous month with thusly named links that invoke a previousMonth or nextMonth function in my controller.
Now the problem I'm having is that this navigation causes my whole page to refresh.
Now I was wondering what the best way to fix this was.
I've been looking around a bit and it looks like jquery/ajax will do the trick, but since I don't have any experience yet with that technology I was wondering if anyone had any pointers/better ideas to solve my problem.