[
https://issues.apache.org/jira/browse/TAPESTRY-1367?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Howard M. Lewis Ship updated TAPESTRY-1367:
-------------------------------------------
Affects Version/s: (was: 5.0)
5.0.5
Summary: Documentation error on Application State page:
ApplicationStateConfiguration should be ApplicationStateContribution (was:
Potential error on application state documentation page)
> 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]