Monday, January 7, 2013

Handle data passing in JSF request scope

JSF2 has introduce a new feature called Flash. This feature allow the data to be pass in between different view even though these views are in request scope, thus saving memory in holding data in session scope. Read more on this site article.

No comments: