Hi,
But on all my JSF pages I actually doesn’t use JSP as it, so I suppose I have always some time to: compile JSP(only 1 time) + execute jsp compiled class.I'm not sure where your problem is, but if you bother that jsp compilation time, you'll find several ways to precompile your JSPs, for example with a suitable ANT Task.
CU