dev@javaserverfaces.java.net

Question for you

From: Manfred Riem <manfred.riem_at_oracle.com>
Date: Thu, 12 Sep 2013 15:02:04 -0500

Hi Andy,

I am currently looking at https://java.net/jira/browse/JAVASERVERFACES-3024
and I can see the problem he is pointing out. Upon a better look I have
a couple
of questions.

Note this is FSS.

1. We are processing events when we are restoring the component tree
structure.

Q. Should we be processing events during restoreTree?

2. We are indeed caching the notion of a compositeComponent and the boolean
used gets cached because the restoreState of that component has not happened
yet.

Q. Would you consider it safe to cache this?

Regards,
Manfred