Sony spills the news on what ‘Home’ is all about…

It has been speculated for a few weeks now that Sony was about to announce movie, tv and music downloads on the PS3, via an initiative called ‘Home’. Turns out ‘Home’ is more than just that – it is a fully immersive interactive virtual world where you can interact with any other online user, and all of your media content.

ign.com have a walkthrough of the new service incluing screen shots – it looks pretty awesome so far. Think ‘Second Life’ in HD coupled with Nintendo’s ‘Mii’ concept on steroids. Think XBox360’s ‘Achievment Points’ for achieving in-game goals – now take that an visualize the whole concept in a 3D interactive world where you walk through your virtual trophy room to view all your game rewards. Mix all these concept together, and this gives a picture of what ‘Home’ is all about.

A promo video of Home can be seen here.

It will be making a beta appearance early this year, but expect to see it in it’s completed full version in fall this year.

Using pagination with Controller action other than the default list

By default ‘list’ pages are generated to use the <paginate> tag, and this invokes the list action to retrieve the next set of results.

If you are using an action other than the default list action, include the action="" attribute on the tag to use an alternative action method:

<code>&lt;g:paginate action="${listType}" total="${Purchase.count()}" /&gt;</code>

In the above example the action method is the result of a value set from the previous action method to indicate which action method is to be used.