Hi,
Is it possible to use jsf-extensions with Java Studio Creator? And later I
intend to deploy application in tomcat 5.5.
I tried to use jsf-extensions in JSC by coping shale, logging and jsf jars
files (all 4 mentioned jars) in lib directory of my project in JSC. But it
failed to deploy in Sun Java System Application Server 8 and I also tried
o deploy war in Tomcat but also didn’t work as it was looking for some
classes (may be j2ee 5) which were most probably not there i.e
java.lang.NoClassDefFoundError:
javax/faces/application/StateManagerWrapper
So just wondering, is it possible in some way to use jsf in JSC and deploy
application in tomcat later? If so, could you please suggest what I should
do to make it work?
Thanks.