0 Replies Latest reply on Dec 20, 2007 12:00 AM by morgalah

    Todo Example Application ("jsfejb3.ear") Broken in Safari

    morgalah

      Hi all,

      I downloaded and installed the JBoss 4.2.2.GA.zip. I followed the instructions starting from http://labs.jboss.com/file-access/default/members/jbossas/freezone/docs/Getting_Started_Guide/beta422/html/About_the_Example_Applications.html , including downloading the examples from http://www.redhat.com/docs/manuals/jboss/gettingstarted.zip .

      After unpacking the ZIP, everything built fine, the default server started up the EAR file that was built got loaded, the expected table and initial rows were successfully created in the hypersonic database, and the initial web page was properly displayed.

      After all of this, when I click on the link to "Create New Todo", nothing happens. Same goes for any clicks on "Show All Todos".

      The same links seem to work fine with Firefox and Konqueror. I've had this problem with past releases of JBoss where the contents of autogenerated script elements would sometimes start with <!-- and other times with //<[CDATA[. Presumably this is to hide JavaScript from browsers which don't understand it in the first case and to quote JavaScript so that it is fully XML-compliant in the second case.

      As far as I can tell, this is the only incompatibility that exists with Safari. It looks like the problem arises in the JSF implementation. Has anyone else experienced this problem and/or been able to find a workaround?