update portlet without refreshing portal page

Posted by mike on Stack Overflow See other posts from Stack Overflow or by mike
Published on 2010-05-20T21:48:38Z Indexed on 2010/05/20 21:50 UTC
Read the original article Hit count: 184

Filed under:
|
|
|

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.

© Stack Overflow or respective owner

Related posts about spring-mvc

Related posts about AJAX