Button - Event - Client - Script

Okay, new to XPages so bear with me…

Created a submit button and giving it an event action on the client side.

It seems to work in the Notes Client, but when I load the page in the browser I get the following message.

“The generated page version 8.5 is not compatible with the server version 3.0, for the page /validationTest.xsp.”

The thing is that WHATEVER I type in the client side event, it gives me that message.

Any ideas?

The whole error message below:

Unexpected runtime error

The runtime has encountered an unexpected error.

Exception

The generated page version 8.5 is not compatible with the server version 3.0, for the page /validationTest.xsp.

► ▼ Stack Trace

javax.faces.FacesException: The generated page version 8.5 is not compatible with the server version 3.0, for the page /validationTest.xsp.

com.ibm.xsp.page.compiled.AbstractCompiledPageDispatcher.checkSupportedVersion(AbstractCompiledPageDispatcher.java:171)

com.ibm.xsp.page.compiled.AbstractCompiledPageDispatcher.loadPage(AbstractCompiledPageDispatcher.java:102)

com.ibm.xsp.application.ViewHandlerExImpl._createViewRoot(ViewHandlerExImpl.java:445)

com.ibm.xsp.application.ViewHandlerExImpl.createViewRoot(ViewHandlerExImpl.java:498)

com.ibm.xsp.application.ViewHandlerExImpl.doCreateView(ViewHandlerExImpl.java:131)

com.ibm.xsp.application.ViewHandlerEx.createView(ViewHandlerEx.java:112)

com.ibm.xsp.webapp.FacesServlet.serviceView(FacesServlet.java:189)

com.ibm.xsp.webapp.FacesServletEx.serviceView(FacesServletEx.java:151)

com.ibm.xsp.webapp.FacesServlet.service(FacesServlet.java:148)

com.ibm.xsp.webapp.FacesServletEx.service(FacesServletEx.java:128)

com.ibm.xsp.webapp.DesignerFacesServlet.service(DesignerFacesServlet.java:113)

com.ibm.designer.runtime.domino.adapter.ComponentModule.invokeServlet(ComponentModule.java:354)

com.ibm.domino.xsp.module.nsf.NSFComponentModule.invokeServlet(NSFComponentModule.java:414)

com.ibm.designer.runtime.domino.adapter.ComponentModule$AdapterInvoker.invokeServlet(ComponentModule.java:508)

com.ibm.designer.runtime.domino.adapter.ComponentModule$ServletInvoker.doService(ComponentModule.java:451)

com.ibm.designer.runtime.domino.adapter.ComponentModule.doService(ComponentModule.java:343)

com.ibm.domino.xsp.module.nsf.NSFComponentModule.doService(NSFComponentModule.java:398)

com.ibm.domino.xsp.module.nsf.NSFService.doService(NSFService.java:143)

com.ibm.designer.runtime.domino.adapter.LCDEnvironment.doService(LCDEnvironment.java:221)

com.ibm.designer.runtime.domino.adapter.LCDEnvironment.service(LCDEnvironment.java:183)

com.ibm.domino.xsp.bridge.http.engine.XspCmdManager.service(XspCmdManager.java:222)

Subject: Need matching Domino server and Domino Designer versions

Your error message, and the fact that it runs for you in the Notes Client, indicates that

your Notes Client and Domino Designer installs are version 8.5.1,

but your Domino server is version 8.5.

There are often problems when attempting to run applications designed in 8.5.1 on an 8.5 server.

See this article for an explanation and workarounds

http://www-10.lotus.com/ldd/ddwiki.nsf/dx/XPagesPageVersions.htm

as it discusses the error message you’ve encountered:

The generated page version 8.5 is not compatible with the server version 3.0, for the page /main.xsp.