You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Howard M. Lewis Ship (JIRA)" <de...@tapestry.apache.org> on 2007/09/04 01:44:58 UTC

[jira] Closed: (TAPESTRY-1367) Documentation error on Application State page: ApplicationStateConfiguration should be ApplicationStateContribution

     [ https://issues.apache.org/jira/browse/TAPESTRY-1367?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard M. Lewis Ship closed TAPESTRY-1367.
------------------------------------------

       Resolution: Fixed
    Fix Version/s: 5.0.6

> Documentation error on Application State page: ApplicationStateConfiguration should be ApplicationStateContribution
> -------------------------------------------------------------------------------------------------------------------
>
>                 Key: TAPESTRY-1367
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-1367
>             Project: Tapestry
>          Issue Type: Task
>          Components: tapestry-core
>    Affects Versions: 5.0.5
>            Reporter: Peter Beshai
>            Assignee: Howard M. Lewis Ship
>            Priority: Minor
>             Fix For: 5.0.6
>
>
> 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. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org