You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by Apache Wiki <wi...@apache.org> on 2009/01/22 20:21:38 UTC

[Myfaces Wiki] Update of "Execute action on page load" by AndrewRobinson

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Myfaces Wiki" for change notification.

The following page has been changed by AndrewRobinson:
http://wiki.apache.org/myfaces/Execute_action_on_page_load

The comment on the change is:
Update links to the on-load documentation

------------------------------------------------------------------------------
  
  There is nothing built into JSF that allows one to do this, but the framework allows something to be built. Three projects are already implement that give this functionality. They are:
  
-  1. [http://jsf-comp.sourceforge.net/components/onload/index.html jsf-comp on-load] - Simple component with little dependencies
+  1. [http://jsf-comp.sourceforge.net/components/on-load/index.html jsf-comp on-load] - Simple component with little dependencies
   2. [http://docs.jboss.org/seam/1.2.1.GA/reference/en/html/events.html#d0e3776 JBoss Seam] - Robust EJB3 targeted JSF framework from JBoss
   3. [http://shale.apache.org/shale-view/index.html Shale View Controller] - Medium weight JSF framework
   4. [http://myfaces.apache.org/orchestra Apache MyFaces Orchestra] - Robust framework which helps dealing with JPA/conversations
  
  = JSF Comp =
  
- The [http://jsf-comp.sourceforge.net/components/onload/index.html jsf-comp on-load] is your best bet if you want a light-weight solution. It comes with no baggage. It uses standard JSF navigation rules based one outcomes and leverages XML configuration files to specify which actions to run based on which pages.
+ The [http://jsf-comp.sourceforge.net/components/on-load/index.html jsf-comp on-load] is your best bet if you want a light-weight solution. It comes with no baggage. It uses standard JSF navigation rules based one outcomes and leverages XML configuration files to specify which actions to run based on which pages.
  
   {{{Note: If you are using JBoss Seam you cannot use it due to Seam configuration conflicts.}}}