Hello, Michael. Your JSF version is basically defined by JSF implementation you use in your project. If you use one that ships with RAD7, i guess it would be 1.1. At least, web-facesconfig.dtd version has nothing to do with JSF impl version. If you use myfaces: 1. jar file naming should tell you much enough (myfaces-api-1.1.x.jar for 1.1 and myfaces-api-1.2.x.jar for 1.2). 2. you can always look into jar's META-INF. Most possibly it's contents will shred some light on implementation version used. I believe that something similar applies to RI.
MichaelWa wrote: > I am using IBM RAD7, when I create a JSF application from RAD, it shows > following in faces-config file > <!DOCTYPE faces-config PUBLIC > "-//Sun Microsystems, Inc.//DTD JavaServer Faces Config 1.0//EN" > "http://java.sun.com/dtd/web-facesconfig_1_0.dtd"> > > However I checked with IBM website, it says RAD7 is fully support JSF1.1? > > Can someone tell me how do I check the version of current JSF? > > Thanks > Michael >

