Dear developers,

I would like to request you an important feature that is missing in MyFaces
- the Flash scope.

Similar to Mojarra, MyFaces could have the ELFlash class with static
methods, to make it possible to store and retrieve objects from flash scope,
like example bellow:

ELFlash.getFlash().put( "blog", blog);
ELFlash.getFlash().get( "blog", blog);

Best regards,
Alexandre Verri

Reply via email to