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 2006/08/31 20:37:22 UTC

[Myfaces Wiki] Trivial Update of "ConversationTag" by BenNeuman

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 BenNeuman:
http://wiki.apache.org/myfaces/ConversationTag

------------------------------------------------------------------------------
  To allow to synchronize the database session lifetime with the conversation lieftime you have to provide your own implementation of org.apache.myfaces.custom.conversation.PersistenceManagerFactory.\\
  A sample how it should look like will be shown below.
  
- Finally, if your application makes use of the MyFaces ExtensionFilter, you must use the StreamingAddResource. Some components (e.g. InputDate, InputCalendar...) will not work with DefaultAddResource and the RequestParameterServletFilter.
+ Finally, if your application makes use of the MyFaces ExtensionFilter, you must use the StreamingAddResource. Some components (e.g. InputDate, InputCalendar...) will not work when using the RequestParameterServletFilter with DefaultAddResource.
  
   * org.apache.myfaces.ADD_RESOURCE_CLASS - org.apache.myfaces.component.html.util.StreamingAddResource