No, it still doesn't work. I made a real simple xhtml page:

  | <?xml version="1.0" encoding="utf-8"?>
  | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
  | <html xmlns="http://www.w3.org/1999/xhtml";
  |     xmlns:a4j="http//ajax4jsf.dev.java.net/ajax"
  |     lang="en" xml:lang="en">
  | <head>
  | <title>Test</title>
  | </head>
  | <body>
  |     <a4j:form>
  |             <a4j:commandLink value="Test" action="#{categorybean.jumpPage}" 
/>
  |     </a4j:form>
  | </body>
  | </html>
I still get the error message:
/hello.xhtml: Property 'jumpPage' not found on type 
org.javassist.tmp.java.lang.Object_$$_javassist_7
It'd help if I could find so much as a single working app that used 
<a4j:commandLink>.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4036531#4036531

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4036531
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to