Uploaded image for project: 'Tapestry'
  1. Tapestry
  2. TAPESTRY-1367

Documentation error on Application State page: ApplicationStateConfiguration should be ApplicationStateContribution

    XMLWordPrintableJSON

Details

    • Task
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 5.0.5
    • 5.0.6
    • tapestry-core
    • None

    Description

      http://tapestry.apache.org/tapestry5/tapestry-core/guide/appstate.html

      the example reads:

      public void contributeApplicationStateManager(MappedConfiguration<Class, ApplicationStateConfiguration> configuration)

      { .... configuration.add(MyState.class, new ApplicationStateContribution("session", creator)); }

      I think the MappedConfiguration parameter should be MappedConfiguration<Class, ApplicationStateContribution>, since no such class ApplicationStateConfiguration exists.

      Attachments

        Activity

          People

            hlship Howard Lewis Ship
            pbeshai Peter Beshai
            Votes:
            1 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: