Page 2 of 2 FirstFirst 12
Results 11 to 13 of 13

Thread: Webflow + Primefaces + Lazy Load - Issue??

  1. #11
    Join Date
    May 2011
    Posts
    4

    Default

    In my case JS was disabled by this:
    Code:
    <context-param>
    	  <param-name>org.apache.myfaces.ALLOW_JAVASCRIPT</param-name>
    	  <param-value>false</param-value>
    </context-param>
    Had to remove that.

  2. #12
    Join Date
    Mar 2011
    Posts
    28

    Default

    hmm ok, don't have such an option under mojorra. Bug seams to be somewhere else.

    I have now tried to replace mojorra with myfaces but I allways get the following error:
    No Factories configured for this Application. This happens if the faces-initialization does not work at all

    I then have added the listener to the web.xml file
    <listener>
    <listener-class>org.apache.myfaces.webapp.StartupServletCont extListener</listener-class>
    </listener>

    Is something else needed to rund Myfaces with Spring Webflow? Would be nice if I could verify that my bug is only apearing in Mojorra and not in MyFaces too.

    Thanks for any support.

  3. #13
    Join Date
    May 2011
    Posts
    4

    Default

    Well, MyFaces work for me. You can find detailed info on a configuration process on their site.

    In addition you can look at generated HTML for commandLink to see if JS is generated.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •