Not sure if this is the proper forum… but I’m trying to add ajax4jsf to my project and I’m getting the following error:
weblogic.servlet.jsp.JspException: (line 2): Error in using tag library uri=’https://ajax4jsf.dev.java.net/ajax’ prefix=’a4j’: incompatible version: taglib requires version ‘2.0’, this implementation is version ‘1.2.0’
at weblogic.servlet.jsp.StandardTagLib.tld_jspException(StandardTagLib.java:1243)
at weblogic.servlet.jsp.StandardTagLib.parseDD(StandardTagLib.java:1257)
I know you specify tag version in a TLD, but is there somewhere in the IDE I’m suppose to assign the minimum requirement for a projet?
Any ideas would be great!
Thanks,
JR