Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Does anybody know which JSF version is most suitable to use when deploying to SunOne 6.1 SP2 Webserver? More important where I can find that type of information?

Thanks, Alejo

share|improve this question

1 Answer

up vote 1 down vote accepted

If you are going to use the Sun ONE Server 6 please note that you must use JSF 1.1 and not JSF 1.2 (the latest version). JSF 1.1 requires java 1.3 or later, JSP 1.2, JSTL 1.0, and a Java Servlet 2.3 implementation. Also, if you are using RichFaces, keep in mind that you can only use richfaces 3.1.5 because this requires JSF 1.1.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.