jsr372-experts@javaserverfaces-spec-public.java.net

[jsr372-experts] ReduceELCalls on leaving a page

From: Michael Müller <michael.mueller_at_mueller-bruehl.de>
Date: Mon, 02 Feb 2015 23:41:56 +0100

Hi all,

Few days ago, there was a discussion how to reduce EL calls.

One fact I really dislike are the EL calls when leaving a page. I assume
the reason is the restore of the view. Wouldn't it be possible to skip
the restore view phase on behalf of an attribute when navigating to a
different page, e.g.
<commandLink value="..." action="..." skipRestoreView="true" .../>
Something like "dismiss state when leaving"?

Regards,
Michael