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